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

  /device/google/cuttlefish_common/guest/hals/camera/
VSoCEmulatedCameraHotplugThread.cpp 37 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
EmulatedCameraHotplugThread.cpp 52 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 57 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
  /hardware/google/av/media/codecs/base/
SimpleC2Component.cpp 210 void SimpleC2Component::requestExitAndWait(std::function<void()> job) {
256 requestExitAndWait([this, &err]{ err = onStop(); });
277 requestExitAndWait([this]{ onReset(); });
283 requestExitAndWait([this]{ onRelease(); });
  /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()
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 236 mGLThread.requestExitAndWait();
613 mGLThread.requestExitAndWait();
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 545 mGLThread.requestExitAndWait();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 231 mGLThread.requestExitAndWait();
634 mGLThread.requestExitAndWait();
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 484 milliseconds