OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startDone
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java
77
final ConditionVariable
startDone
= new ConditionVariable();
89
startDone
.open();
95
if (!
startDone
.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
109
final ConditionVariable
startDone
= new ConditionVariable();
117
startDone
.open();
123
if (!
startDone
.block(WAIT_FOR_COMMAND_TO_COMPLETE)) {
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
129
final ConditionVariable
startDone
= new ConditionVariable();
144
startDone
.open();
151
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
...]
Completed in 142 milliseconds