HomeSort by relevance Sort by last modified time
    Searched refs:requestExitAndWait (Results 1 - 25 of 43) sorted by null

1 2

  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 39 virtual status_t requestExitAndWait();
EmulatedCameraDevice.cpp 318 res = requestExitAndWait();
331 ALOGE("%s: requestExitAndWait failed: %d -> %s",
EmulatedCameraHotplugThread.cpp 57 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
  /frameworks/native/services/inputflinger/
InputManager.cpp 72 status_t result = mReaderThread->requestExitAndWait();
77 result = mDispatcherThread->requestExitAndWait();
  /system/core/include/utils/
Thread.h 64 status_t requestExitAndWait();
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 78 requestExitAndWait();
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 162 mProducerThread->requestExitAndWait();
SurfaceTextureGL_test.cpp 322 pt->requestExitAndWait();
663 pt->requestExitAndWait();
  /hardware/intel/img/hwcomposer/common/observers/
SoftVsyncObserver.cpp 78 mThread->requestExitAndWait();
VsyncEventObserver.cpp 79 mThread->requestExitAndWait();
UeventObserver.cpp 109 mThread->requestExitAndWait();
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 155 thread->requestExitAndWait();
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 66 requestExitAndWait();
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 560 mNetworkThread->requestExitAndWait();
561 mDeviceThread->requestExitAndWait();
641 mDeviceThread->requestExitAndWait();
672 mNetworkThread->requestExitAndWait();
696 mNetworkThread->requestExitAndWait();
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 96 requestExitAndWait();
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 93 requestExitAndWait();
  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 198 requestExitAndWait();
  /frameworks/base/libs/common_time/
diag_thread.cpp 87 res = requestExitAndWait(); // block until thread exit.
  /hardware/intel/img/hwcomposer/ips/common/
HdcpControl.cpp 164 mThread->requestExitAndWait();
  /frameworks/av/media/libmedia/
Visualizer.cpp 65 if (t->requestExitAndWait() == WOULD_BLOCK) {
AudioRecord.cpp 105 mAudioRecordThread->requestExitAndWait();
237 mAudioRecordThread->requestExitAndWait();
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 236 mGLThread.requestExitAndWait();
613 mGLThread.requestExitAndWait();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 232 mGLThread.requestExitAndWait();
604 mGLThread.requestExitAndWait();
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 374 mPreviewThread->requestExitAndWait();
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 545 mGLThread.requestExitAndWait();
    [all...]

Completed in 974 milliseconds

1 2