Home
last modified time | relevance | path

Searched refs:head_cond (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp204 static pthread_cond_t head_cond = PTHREAD_COND_INITIALIZER; variable
224 pthread_cond_signal(&head_cond); in PlayCallback()
808 pthread_cond_wait(&head_cond, &head_mutex); in TestDecToBuffQueue()