Home
last modified time | relevance | path

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

/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c2128 struct knowles_sound_trigger_device *stdev = in transitions_thread_loop() local
2154 struct knowles_sound_trigger_device *stdev = in monitor_thread_loop() local
2193 struct knowles_sound_trigger_device *stdev = in callback_thread_loop() local
2584 struct knowles_sound_trigger_device *stdev = in stdev_get_properties_extended() local
2689 struct knowles_sound_trigger_device *stdev = in stdev_load_sound_model() local
2838 struct knowles_sound_trigger_device *stdev = in stdev_unload_sound_model() local
2981 struct knowles_sound_trigger_device *stdev = in stdev_start_recognition() local
3121 struct knowles_sound_trigger_device *stdev = in stdev_stop_recognition() local
3158 struct knowles_sound_trigger_device *stdev = in stdev_get_model_state() local
3259 struct knowles_sound_trigger_device *stdev = in stdev_close() local
[all …]
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c203 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) { in fetch_model_with_handle()
234 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in generate_sound_model_handle() local
308 struct stub_sound_trigger_device* stdev, int event_type, in send_event_with_handle()
380 static bool recognition_callback_exists(struct stub_sound_trigger_device *stdev) { in recognition_callback_exists()
474 struct stub_sound_trigger_device* stdev) { in list_models()
529 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev) { in parse_socket_data()
598 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in stdev_get_properties() local
612 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in stdev_load_sound_model() local
676 static void unload_all_sound_models(struct stub_sound_trigger_device *stdev) { in unload_all_sound_models()
695 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; in stdev_unload_sound_model() local
[all …]
/aosp12/frameworks/base/startop/apps/test/src/
H A DInteractiveMicrobenchmarkActivity.java72 TextView stdev = new TextView(context); in addBenchmark() local
H A DSystemServerBenchmarks.java50 void onResult(double mean, double stdev); in onResult()
/aosp12/frameworks/base/tests/JankBench/scripts/external/
H A Dstatistics.py609 def stdev(data, xbar=None): function