Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c204 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) { in fetch_model_with_handle() argument
207 struct recognition_context *last_model_context = stdev->root_model_context; in fetch_model_with_handle()
219 static sound_model_handle_t* get_model_handle_with_uuid(struct stub_sound_trigger_device* stdev, in get_model_handle_with_uuid() argument
222 struct recognition_context *last_model_context = stdev->root_model_context; in get_model_handle_with_uuid()
235 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in generate_sound_model_handle() local
236 int new_id = stdev->next_sound_model_id; in generate_sound_model_handle()
237 ++stdev->next_sound_model_id; in generate_sound_model_handle()
238 if (stdev->next_sound_model_id == 0) { in generate_sound_model_handle()
239 stdev->next_sound_model_id = 1; in generate_sound_model_handle()
244 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev);
[all …]