Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c237 static enum sthal_mode get_sthal_mode(struct knowles_sound_trigger_device *stdev) in get_sthal_mode()
269 static bool can_enable_chre(struct knowles_sound_trigger_device *stdev) in can_enable_chre()
281 static bool can_update_recover_list(struct knowles_sound_trigger_device *stdev) in can_update_recover_list()
291 static bool is_mic_controlled_by_ahal(struct knowles_sound_trigger_device *stdev) in is_mic_controlled_by_ahal()
375 struct knowles_sound_trigger_device *stdev, in find_handle_for_uuid()
390 static bool is_any_model_active(struct knowles_sound_trigger_device *stdev) { in is_any_model_active()
404 static bool is_any_model_loaded(struct knowles_sound_trigger_device *stdev) { in is_any_model_loaded()
422 struct knowles_sound_trigger_device *stdev = &g_stdev; in reg_hal_event_session() local
443 struct knowles_sound_trigger_device *stdev = &g_stdev; in dereg_hal_event_session() local
549 static void stdev_close_term_sock(struct knowles_sound_trigger_device *stdev) in stdev_close_term_sock()
[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()
218 static sound_model_handle_t* get_model_handle_with_uuid(struct stub_sound_trigger_device* stdev, 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
304 struct stub_sound_trigger_device* stdev, int event_type, in send_event_with_handle()
356 static void send_event(int conn_socket, struct stub_sound_trigger_device* stdev, int event_type, in send_event()
374 static bool recognition_callback_exists(struct stub_sound_trigger_device *stdev) { in recognition_callback_exists()
389 static struct recognition_context * get_model_context(struct stub_sound_trigger_device *stdev, in get_model_context()
406 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)context; in control_thread_loop() local
468 struct stub_sound_trigger_device* stdev) { in list_models()
523 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev) { in parse_socket_data()
[all …]
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.cpp527 double stdev = computeStdev(mean, deltasMs); in assertMeanAndStdev() local