Home
last modified time | relevance | path

Searched refs:ProcessThread (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp47 class ProcessThread : public Thread { class
50 ProcessThread(std::atomic<bool>* stop, effect_handle_t effect, in ProcessThread() function in android::hardware::audio::effect::CPP_VERSION::implementation::__anon028b994c0111::ProcessThread
61 virtual ~ProcessThread() {} in ~ProcessThread()
75 bool ProcessThread::threadLoop() { in threadLoop()
376 mProcessThread = new ProcessThread(&mStopProcessThread, mHandle, &mHalInBufferPtr, in prepareForProcessing()