Searched refs:eosCondition (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp41 android::Condition eosCondition; variable
61 eosCondition.signal();
297 eosCondition.wait(eosLock);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp85 android::Condition eosCondition; variable
122 eosCondition.signal();
512 eosCondition.wait(eosLock);
H A DslesTestDecodeAac.cpp126 pthread_cond_t eosCondition = PTHREAD_COND_INITIALIZER; variable
406 pthread_cond_signal(&eosCondition);
798 pthread_cond_wait(&eosCondition, &eosLock);

Completed in 116 milliseconds