HomeSort by relevance Sort by last modified time
    Searched refs:mExit (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/media/libaudiojni/
Gate.h 51 mExit(false),
68 while (!passedGate_l(waitId) && !mExit) {
78 mExit = false;
86 mExit = false;
98 mExit = true;
118 bool mExit;
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
SocketComm.h 80 std::atomic<int> mExit;
SocketComm.cpp 41 mExit = 0;
142 if (mExit == 0) {
144 mExit = 1;
VehicleEmulator.cpp 49 mExit = true; // Notify thread to finish and wait for it to terminate.
184 if (mExit) {
321 while (!mExit) {
336 if (mExit) return;
339 if (retVal != 0) mExit = true;
342 while (!mExit) {
VehicleEmulator.h 102 std::atomic<bool> mExit { false };
  /frameworks/rs/cpu_ref/
rsCpuCore.h 241 bool mExit;
rsCpuCore.cpp 94 mExit = false;
127 while (!dc->mExit) {
295 mExit = true;
    [all...]
  /frameworks/rs/
rsContext.cpp 306 while (!rsc->mExit) {
318 while (!rsc->mExit) {
385 mExit = true;
430 mExit = false;
566 rsAssert(mExit);
740 ALOGE(" RS running %i, exit %i, paused %i", mRunning, mExit, mPaused);
rsContext.h 312 bool mExit;
  /frameworks/base/core/java/android/app/
ActivityOptions.java     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 64 bool mExit;
MediaPlayerService.cpp     [all...]

Completed in 196 milliseconds