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

  /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)) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CameraThread.java 48 final ConditionVariable startDone = new ConditionVariable();
63 startDone.open();
70 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/camera/src/android/hardware/cts/
CameraGLTest.java 125 final ConditionVariable startDone = new ConditionVariable();
140 startDone.open();
147 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
    [all...]
CameraTest.java 145 final ConditionVariable startDone = new ConditionVariable();
162 startDone.open();
169 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
    [all...]

Completed in 187 milliseconds