Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectThread.cpp31 destroyThread(); in ~EffectThread()
53 RetCode EffectThread::destroyThread() { in destroyThread() function in aidl::android::hardware::audio::effect::EffectThread
DEffectImpl.cpp99 RETURN_IF(destroyThread() != RetCode::SUCCESS, EX_UNSUPPORTED_OPERATION, in close()
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectThread.h38 RetCode destroyThread();
/hardware/interfaces/usb/1.0/default/
DUsb.cpp39 volatile bool destroyThread; variable
386 while (!destroyThread) { in work()
417 destroyThread = true; in sighandler()
446 destroyThread = false; in setCallback()
/hardware/interfaces/usb/aidl/default/
DUsb.cpp54 volatile bool destroyThread; variable
674 while (!destroyThread) { in work()
704 destroyThread = true; in sighandler()
734 destroyThread = false; in setCallback()