Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectThread.cpp44 mStop = true; in createThread()
56 mStop = mExit = true; in destroyThread()
71 mStop = false; in startThread()
82 mStop = true; in stopThread()
97 mCv.wait(l, [&]() REQUIRES(mThreadMutex) { return mExit || !mStop; }); in threadLoop()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectThread.h57 bool mStop GUARDED_BY(mThreadMutex) = true;
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp54 mStop(stop), in ReadThread()
68 std::atomic<bool>* mStop; member in android::hardware::audio::CPP_VERSION::implementation::__anon4123301e0111::ReadThread
115 while (!std::atomic_load_explicit(mStop, std::memory_order_acquire)) { in threadLoop()
DStreamOut.cpp57 mStop(stop), in WriteThread()
71 std::atomic<bool>* mStop; member in android::hardware::audio::CPP_VERSION::implementation::__anon4890291f0111::WriteThread
116 while (!std::atomic_load_explicit(mStop, std::memory_order_acquire)) { in threadLoop()
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp219 mStop(stop), in ProcessThread()
230 std::atomic<bool>* mStop; member in android::hardware::audio::effect::CPP_VERSION::implementation::__anon028b994c0111::ProcessThread
245 while (!std::atomic_load_explicit(mStop, std::memory_order_acquire)) { in threadLoop()