summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKris Chen <chenkris@google.com>2019-01-17 14:22:53 +0800
committerKris Chen <chenkris@google.com>2019-01-17 14:22:53 +0800
commit85bd4babda67a2fe1bdd8fb55caf71be471e39b1 (patch)
treed3c2e54bca8a2d155f3396c19dafc866889a4853 /tests
parent94f2aac8a4f3321d3be51064bbb03388ec183efa (diff)
downloadandroid_hardware_knowles_athletico_sound_trigger_hal-85bd4babda67a2fe1bdd8fb55caf71be471e39b1.tar.gz
android_hardware_knowles_athletico_sound_trigger_hal-85bd4babda67a2fe1bdd8fb55caf71be471e39b1.tar.bz2
android_hardware_knowles_athletico_sound_trigger_hal-85bd4babda67a2fe1bdd8fb55caf71be471e39b1.zip
oslo_config_test: add param to get frames processed
Bug: 122980601 Test: oslo_config_test -g frames_processed Change-Id: I7cc2cee4a6ce2762585b2b2e64f8a51652e8ed6b
Diffstat (limited to 'tests')
-rw-r--r--tests/oslo_config_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/oslo_config_test.c b/tests/oslo_config_test.c
index e0b3790..80e03ed 100644
--- a/tests/oslo_config_test.c
+++ b/tests/oslo_config_test.c
@@ -170,6 +170,7 @@ typedef struct {
/* map oslo driver setting name to param id */
static const oslo_settings_t oslo_driver_settings[] =
{
+ {SENSOR_PARAM_FRAMES_PROCESSED, "frames_processed"},
{OSLO_CONFIG_DEFAULT, "config_default"},
{OSLO_CONFIG_PRESENCE, "config_presence"},
{OSLO_CONFIG_CONTINUOUS, "config_continuous"},