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