Home
last modified time | relevance | path

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

/device/htc/flounder/audio/soundtrigger/
Dsound_trigger_hw.c68 pthread_t callback_thread; member
426 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_unload_sound_model()
474 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL, in stdev_start_recognition()
505 pthread_join(stdev->callback_thread, (void **)NULL); in stdev_stop_recognition()