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

12

  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
JpegCompressor.cpp 101 requestExitAndWait();
Sensor.cpp 131 res = requestExitAndWait();
  /frameworks/base/libs/common_time/
diag_thread.cpp 87 res = requestExitAndWait(); // block until thread exit.
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp 164 mThread->requestExitAndWait();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp 165 mThread->requestExitAndWait();
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 336 pt->requestExitAndWait();
694 pt->requestExitAndWait();
SurfaceTextureClient_test.cpp 574 thread->requestExitAndWait();
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.cpp 343 res = requestExitAndWait();
356 ALOGE("%s: requestExitAndWait failed: %d -> %s", __FUNCTION__, res,
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 261 detachedThread->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 231 mGLThread.requestExitAndWait();
634 mGLThread.requestExitAndWait();
    [all...]
  /device/generic/goldfish/camera/qemu-pipeline3/
QemuSensor.cpp 106 status_t res = requestExitAndWait();
  /system/core/libutils/
Threads.cpp 756 // clear thread ID so that requestExitAndWait() does not exit if
759 // note that interested observers blocked in requestExitAndWait are
782 status_t Thread::requestExitAndWait()
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 545 mGLThread.requestExitAndWait();
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 138 res = requestExitAndWait();
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 124 this->requestExitAndWait();
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 199 mAudioRecordThread->requestExitAndWait();
358 mAudioRecordThread->requestExitAndWait();
    [all...]
AudioTrack.cpp 333 mAudioTrackThread->requestExitAndWait();
605 mAudioTrackThread->requestExitAndWait();
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 201 requestExitAndWait();
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 833 mThread->requestExitAndWait();
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 563 // When Thread::requestExitAndWait is made virtual and this method is renamed to
564 // "virtual status_t requestExitAndWait()", replace by "return Thread::requestExitAndWait();"
565 requestExitAndWait();
    [all...]

Completed in 595 milliseconds

12