Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c52 pthread_t callback_thread; member
176 pthread_join(stdev->callback_thread, (void **) NULL); in stdev_unload_sound_model()
211 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, in stdev_start_recognition()
236 pthread_join(stdev->callback_thread, (void **) NULL); in stdev_stop_recognition()