Searched refs:destroyThread (Results 1 – 5 of 5) sorted by relevance
31 destroyThread(); in ~EffectThread()53 RetCode EffectThread::destroyThread() { in destroyThread() function in aidl::android::hardware::audio::effect::EffectThread
99 RETURN_IF(destroyThread() != RetCode::SUCCESS, EX_UNSUPPORTED_OPERATION, in close()
38 RetCode destroyThread();
39 volatile bool destroyThread; variable386 while (!destroyThread) { in work()417 destroyThread = true; in sighandler()446 destroyThread = false; in setCallback()
54 volatile bool destroyThread; variable674 while (!destroyThread) { in work()704 destroyThread = true; in sighandler()734 destroyThread = false; in setCallback()