Searched refs:ProcessThread (Results 1 – 1 of 1) sorted by relevance
212 class ProcessThread : public Thread { class215 ProcessThread(std::atomic<bool>* stop, effect_handle_t effect, in ProcessThread() function in android::hardware::audio::effect::CPP_VERSION::implementation::__anon028b994c0111::ProcessThread227 virtual ~ProcessThread() {} in ~ProcessThread()242 bool ProcessThread::threadLoop() { in threadLoop()567 mProcessThread = new ProcessThread(&mStopProcessThread, mHandle, &mHalInBufferPtr, in prepareForProcessing()