Searched refs:WaitForState_mutex (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
D | G711EncTest.c | 139 pthread_mutex_t WaitForState_mutex; variable 251 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 253 &WaitForState_mutex); in WaitForState() 254 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 289 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 291 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 309 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 311 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 460 pthread_mutex_init(&WaitForState_mutex, NULL); in main() 1424 pthread_mutex_destroy(&WaitForState_mutex); in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 294 pthread_mutex_t WaitForState_mutex; variable 321 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 322 …pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arriv… in WaitForState() 323 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 367 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 369 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 392 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 394 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 491 pthread_mutex_init(&WaitForState_mutex, NULL); 1561 pthread_mutex_destroy(&WaitForState_mutex);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 216 pthread_mutex_t WaitForState_mutex; variable 295 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 296 …pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arriv… in WaitForState() 297 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 365 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 367 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 383 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 385 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 544 pthread_mutex_init(&WaitForState_mutex, NULL); 1732 pthread_mutex_destroy(&WaitForState_mutex);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
D | WmaDecTest.c | 156 pthread_mutex_t WaitForState_mutex; variable 284 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 285 …pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arriv… in WaitForState() 286 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 339 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 342 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 363 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 365 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 502 pthread_mutex_init(&WaitForState_mutex, NULL); in main() 1504 pthread_mutex_destroy(&WaitForState_mutex); in main()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 305 pthread_mutex_t WaitForState_mutex; variable 385 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 386 …pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arriv… in WaitForState() 387 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 429 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 431 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 446 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 448 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 558 pthread_mutex_init(&WaitForState_mutex, NULL); 1744 pthread_mutex_destroy(&WaitForState_mutex);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
D | WbAmrEncTest.c | 290 pthread_mutex_t WaitForState_mutex; variable 362 pthread_mutex_lock(&WaitForState_mutex); in WaitForState() 363 …pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to sleep till signal arriv… in WaitForState() 364 pthread_mutex_unlock(&WaitForState_mutex); in WaitForState() 412 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 414 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 429 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 431 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 537 pthread_mutex_init(&WaitForState_mutex, NULL); 1836 pthread_mutex_destroy(&WaitForState_mutex);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
D | G711DecTest.c | 223 pthread_mutex_t WaitForState_mutex; variable 347 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 349 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler() 365 pthread_mutex_lock(&WaitForState_mutex); in EventHandler() 367 pthread_mutex_unlock(&WaitForState_mutex); in EventHandler()
|