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

  /frameworks/base/services/input/
InputManager.cpp 72 status_t result = mReaderThread->requestExitAndWait();
77 result = mDispatcherThread->requestExitAndWait();
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 133 mDisplayEventThread->requestExitAndWait();
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 66 m_renderingThread->requestExitAndWait();
  /frameworks/base/media/libstagefright/foundation/
ALooper.cpp 154 thread->requestExitAndWait();
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 560 mNetworkThread->requestExitAndWait();
561 mDeviceThread->requestExitAndWait();
641 mDeviceThread->requestExitAndWait();
672 mNetworkThread->requestExitAndWait();
696 mNetworkThread->requestExitAndWait();
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 277 res = requestExitAndWait();
290 LOGE("%s: requestExitAndWait failed: %d -> %s",
  /frameworks/base/media/libmedia/
Visualizer.cpp 63 if (t->requestExitAndWait() == WOULD_BLOCK) {
AudioRecord.cpp 112 mClientRecordThread->requestExitAndWait();
294 if (t->requestExitAndWait() == WOULD_BLOCK) {
AudioTrack.cpp 132 mAudioTrackThread->requestExitAndWait();
325 if (t->requestExitAndWait() == WOULD_BLOCK) {
    [all...]
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.cpp 217 previewThread->requestExitAndWait();
  /frameworks/base/include/utils/
threads.h 523 status_t requestExitAndWait();
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 374 mPreviewThread->requestExitAndWait();
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 545 mGLThread.requestExitAndWait();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 598 mGLThread.requestExitAndWait();
    [all...]
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 854 pt->requestExitAndWait();
    [all...]
SurfaceTextureClient_test.cpp 481 thread->requestExitAndWait();
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 145 mEcnsThread->requestExitAndWait();
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 835 * a restartable thread and requestExitAndWait() in cancelAutoFocus()
    [all...]
  /frameworks/base/libs/utils/
Threads.cpp 843 // clear thread ID so that requestExitAndWait() does not exit if
846 // note that interested observers blocked in requestExitAndWait are
869 status_t Thread::requestExitAndWait()
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 224 mDisplayThread->requestExitAndWait();
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 996 requestExitAndWait();
    [all...]
AudioFlinger.cpp 1003 // destroyed in the middle of requestExitAndWait()
1013 requestExitAndWait();
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 1157 milliseconds