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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestThread.java 41 final ConditionVariable startDone = new ConditionVariable();
56 startDone.open();
63 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 41 final ConditionVariable startDone = new ConditionVariable();
56 startDone.open();
63 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 83 final ConditionVariable startDone = new ConditionVariable();
95 startDone.open();
101 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 141 final ConditionVariable startDone = new ConditionVariable();
149 startDone.open();
155 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 127 final ConditionVariable startDone = new ConditionVariable();
142 startDone.open();
149 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
    [all...]
CameraTest.java 134 final ConditionVariable startDone = new ConditionVariable();
151 startDone.open();
158 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]

Completed in 241 milliseconds