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

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp41 android::Condition eosCondition; variable
61 eosCondition.signal();
294 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.cpp124 pthread_cond_t eosCondition = PTHREAD_COND_INITIALIZER; variable
405 pthread_cond_signal(&eosCondition);
797 pthread_cond_wait(&eosCondition, &eosLock);

Completed in 112 milliseconds