Home
last modified time | relevance | path

Searched refs:exitPending (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/libmedia/
DVisualizer.cpp60 if (t->exitPending()) { in setEnabled()
307 while (!exitPending()) in threadLoop()
DAudioRecord.cpp276 if (t->exitPending()) { in start()
DAudioTrack.cpp306 if (t->exitPending()) { in start()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp336 } while (!exitPending()); in android()
444 for (int i=0 ; i<pcount && !exitPending() ; i++) { in movie()
450 for (int j=0 ; j<fcount && !exitPending(); j++) { in movie()
/frameworks/base/include/utils/
Dthreads.h515 bool exitPending() const;
/frameworks/base/services/sensorservice/
DSensorService.cpp223 } while (count >= 0 || Thread::exitPending()); in threadLoop()
/frameworks/base/libs/utils/
DThreads.cpp823 bool Thread::exitPending() const in exitPending() function in android::Thread
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp1515 while (!exitPending()) in threadLoop()
1549 if (exitPending()) break; in threadLoop()
2164 while (!exitPending()) in threadLoop()
2201 if (exitPending()) break; in threadLoop()
2548 while (!exitPending()) in threadLoop()
2586 if (exitPending()) break; in threadLoop()
3802 while (!exitPending()) { in threadLoop()
3815 if (exitPending()) break; in threadLoop()
DAudioPolicyService.cpp657 while (!exitPending()) in threadLoop()
DAudioPolicyManagerBase.cpp1093 while (!exitPending()) in threadLoop()
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp820 while (!exitPending()) { in threadLoop()