Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c225 static enum sthal_mode get_sthal_mode(struct knowles_sound_trigger_device *stdev) in get_sthal_mode() argument
229 if (stdev->is_ahal_in_voice_voip_mode == true) { in get_sthal_mode()
234 if (stdev->is_concurrent_capture == false) { in get_sthal_mode()
235 if (stdev->is_ahal_media_recording == true) in get_sthal_mode()
242 if (stdev->is_con_mic_route_enabled == true ) { in get_sthal_mode()
257 static bool can_enable_chre(struct knowles_sound_trigger_device *stdev) in can_enable_chre() argument
260 enum sthal_mode stm = get_sthal_mode(stdev); in can_enable_chre()
269 static bool can_update_recover_list(struct knowles_sound_trigger_device *stdev) in can_update_recover_list() argument
272 enum sthal_mode stm = get_sthal_mode(stdev); in can_update_recover_list()
279 static bool is_mic_controlled_by_ahal(struct knowles_sound_trigger_device *stdev) in is_mic_controlled_by_ahal() argument
[all …]
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c203 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) { in fetch_model_with_handle() argument
206 struct recognition_context *last_model_context = stdev->root_model_context; in fetch_model_with_handle()
218 static sound_model_handle_t* get_model_handle_with_uuid(struct stub_sound_trigger_device* stdev, in get_model_handle_with_uuid() argument
221 struct recognition_context *last_model_context = stdev->root_model_context; in get_model_handle_with_uuid()
234 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in generate_sound_model_handle() local
235 int new_id = stdev->next_sound_model_id; in generate_sound_model_handle()
236 ++stdev->next_sound_model_id; in generate_sound_model_handle()
237 if (stdev->next_sound_model_id == 0) { in generate_sound_model_handle()
238 stdev->next_sound_model_id = 1; in generate_sound_model_handle()
243 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev);
[all …]
/hardware/interfaces/drm/1.1/
Dtypes.hal108 // the min, max, average, count, and stdev of a particular metric.