Home
last modified time | relevance | path

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

/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c67 pthread_t callback_thread; member
400 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_unload_sound_model()
453 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, in stdev_start_recognition()
484 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_stop_recognition()