Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/
H A Dstream-trace-converter.py120 def ProcessThread(self, input): member in Rewriter
138 self.ProcessThread(input)
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp212 class ProcessThread : public Thread { class
215 ProcessThread(std::atomic<bool>* stop, effect_handle_t effect, in ProcessThread() function in android::hardware::audio::effect::CPP_VERSION::implementation::__anon54df24820111::ProcessThread
227 virtual ~ProcessThread() {} in ~ProcessThread()
242 bool ProcessThread::threadLoop() { in threadLoop()
567 mProcessThread = new ProcessThread(&mStopProcessThread, mHandle, &mHalInBufferPtr, in prepareForProcessing()