Searched refs:tidsAttr (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/audio/test/sample/ |
H A D | idl_capture.c | 418 pthread_attr_t tidsAttr; in StartPlayThread() local 419 pthread_attr_init(&tidsAttr); in StartPlayThread() 420 pthread_attr_setdetachstate(&tidsAttr, PTHREAD_CREATE_DETACHED); in StartPlayThread() 423 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCapture), &g_str) != 0) { in StartPlayThread() 429 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCaptureMmap), &g_str) != 0) { in StartPlayThread() 437 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartCapture), &g_str) != 0) { in StartPlayThread()
|
H A D | idl_render.c | 437 pthread_attr_t tidsAttr; in StartPlayThread() local 438 pthread_attr_init(&tidsAttr); in StartPlayThread() 439 pthread_attr_setdetachstate(&tidsAttr, PTHREAD_CREATE_DETACHED); in StartPlayThread() 442 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread() 448 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStartMmap), &g_str) != 0) { in StartPlayThread() 457 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread()
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_uevent.c | 762 pthread_attr_t tidsAttr; in DetectAudioDevice() local 764 pthread_attr_init(&tidsAttr); in DetectAudioDevice() 765 pthread_attr_setdetachstate(&tidsAttr, PTHREAD_CREATE_DETACHED); in DetectAudioDevice() 766 if (pthread_create(&thread, &tidsAttr, UpdateUsbHeadset, device) != 0) { in DetectAudioDevice()
|
Completed in 5 milliseconds