Home
last modified time | relevance | path

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

/hardware/libhardware/modules/radio/
Dradio_hw.c95 pthread_t callback_thread; member
705 pthread_create(&rdev->tuner->callback_thread, (const pthread_attr_t *) NULL, in rdev_open_tuner()
740 pthread_join(stub_tuner->callback_thread, (void **) NULL); in rdev_close_tuner()
/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c144 pthread_t callback_thread; member
3273 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_close()
3616 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, in stdev_open()