HomeSort by relevance Sort by last modified time
    Searched refs:requestExitAndWait (Results 1 - 25 of 32) 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/base/services/input/
InputManager.cpp 72 status_t result = mReaderThread->requestExitAndWait();
77 result = mDispatcherThread->requestExitAndWait();
  /frameworks/native/include/utils/
Thread.h 64 status_t requestExitAndWait();
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 78 requestExitAndWait();
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 151 thread->requestExitAndWait();
  /frameworks/av/services/camera/libcameraservice/camera2/
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();
Sensor.cpp 140 res = requestExitAndWait();
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 93 requestExitAndWait();
  /frameworks/base/services/common_time/
diag_thread.cpp 87 res = requestExitAndWait(); // block until thread exit.
  /frameworks/av/media/libmedia/
Visualizer.cpp 63 if (t->requestExitAndWait() == WOULD_BLOCK) {
AudioRecord.cpp 111 mAudioRecordThread->requestExitAndWait();
  /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();
609 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...]
  /frameworks/native/libs/utils/
Threads.cpp 809 // clear thread ID so that requestExitAndWait() does not exit if
812 // note that interested observers blocked in requestExitAndWait are
835 status_t Thread::requestExitAndWait()
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 585 m_pictureThread->requestExitAndWait();
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
SurfaceTextureClient_test.cpp 548 thread->requestExitAndWait();
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 702 mThread->requestExitAndWait();
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 224 mDisplayThread->requestExitAndWait();
    [all...]

Completed in 1126 milliseconds

1 2