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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 139 pthread_mutex_t WaitForState_mutex;
251 pthread_mutex_lock(&WaitForState_mutex);
253 &WaitForState_mutex);
254 pthread_mutex_unlock(&WaitForState_mutex);
289 pthread_mutex_lock(&WaitForState_mutex);
291 pthread_mutex_unlock(&WaitForState_mutex);
309 pthread_mutex_lock(&WaitForState_mutex);
311 pthread_mutex_unlock(&WaitForState_mutex);
460 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 294 pthread_mutex_t WaitForState_mutex;
321 pthread_mutex_lock(&WaitForState_mutex);
322 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
323 pthread_mutex_unlock(&WaitForState_mutex);
367 pthread_mutex_lock(&WaitForState_mutex);
369 pthread_mutex_unlock(&WaitForState_mutex);
392 pthread_mutex_lock(&WaitForState_mutex);
394 pthread_mutex_unlock(&WaitForState_mutex);
491 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 305 pthread_mutex_t WaitForState_mutex;
385 pthread_mutex_lock(&WaitForState_mutex);
386 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
387 pthread_mutex_unlock(&WaitForState_mutex);
429 pthread_mutex_lock(&WaitForState_mutex);
431 pthread_mutex_unlock(&WaitForState_mutex);
446 pthread_mutex_lock(&WaitForState_mutex);
448 pthread_mutex_unlock(&WaitForState_mutex);
558 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 216 pthread_mutex_t WaitForState_mutex;
295 pthread_mutex_lock(&WaitForState_mutex);
296 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
297 pthread_mutex_unlock(&WaitForState_mutex);
365 pthread_mutex_lock(&WaitForState_mutex);
367 pthread_mutex_unlock(&WaitForState_mutex);
383 pthread_mutex_lock(&WaitForState_mutex);
385 pthread_mutex_unlock(&WaitForState_mutex);
544 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 290 pthread_mutex_t WaitForState_mutex;
362 pthread_mutex_lock(&WaitForState_mutex);
363 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
364 pthread_mutex_unlock(&WaitForState_mutex);
412 pthread_mutex_lock(&WaitForState_mutex);
414 pthread_mutex_unlock(&WaitForState_mutex);
429 pthread_mutex_lock(&WaitForState_mutex);
431 pthread_mutex_unlock(&WaitForState_mutex);
537 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 156 pthread_mutex_t WaitForState_mutex;
284 pthread_mutex_lock(&WaitForState_mutex);
285 pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arrives*/
286 pthread_mutex_unlock(&WaitForState_mutex);
339 pthread_mutex_lock(&WaitForState_mutex);
342 pthread_mutex_unlock(&WaitForState_mutex);
363 pthread_mutex_lock(&WaitForState_mutex);
365 pthread_mutex_unlock(&WaitForState_mutex);
502 pthread_mutex_init(&WaitForState_mutex, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 223 pthread_mutex_t WaitForState_mutex;
347 pthread_mutex_lock(&WaitForState_mutex);
349 pthread_mutex_unlock(&WaitForState_mutex);
365 pthread_mutex_lock(&WaitForState_mutex);
367 pthread_mutex_unlock(&WaitForState_mutex);
    [all...]

Completed in 288 milliseconds