Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp122 hubApi->onSettingChanged_1_2(Setting::WIFI_AVAILABLE, SettingValue::DISABLED); in TEST_P()
123 hubApi->onSettingChanged_1_2(Setting::WIFI_AVAILABLE, SettingValue::ENABLED); in TEST_P()
129 hubApi->onSettingChanged_1_2(Setting::AIRPLANE_MODE, SettingValue::DISABLED); in TEST_P()
130 hubApi->onSettingChanged_1_2(Setting::AIRPLANE_MODE, SettingValue::ENABLED); in TEST_P()
136 hubApi->onSettingChanged_1_2(Setting::MICROPHONE, SettingValue::DISABLED); in TEST_P()
137 hubApi->onSettingChanged_1_2(Setting::MICROPHONE, SettingValue::ENABLED); in TEST_P()
/hardware/interfaces/contexthub/1.2/default/
DContexthub.h53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
DContexthub.cpp87 Return<void> Contexthub::onSettingChanged_1_2(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged_1_2() function in android::hardware::contexthub::V1_2::implementation::Contexthub
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);