Home
last modified time | relevance | path

Searched refs:SettingValue (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/contexthub/1.2/default/
DContexthub.h36 using SettingValue = ::android::hardware::contexthub::V1_1::SettingValue; variable
48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;
53 Return<void> onSettingChanged_1_2(Setting setting, SettingValue newValue) override;
DContexthub.cpp83 Return<void> Contexthub::onSettingChanged(SettingV1_1 /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() argument
87 Return<void> Contexthub::onSettingChanged_1_2(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged_1_2() argument
/hardware/interfaces/contexthub/1.1/vts/functional/
DVtsHalContexthubV1_1TargetTest.cpp37 using ::android::hardware::contexthub::V1_1::SettingValue;
55 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::DISABLED); in TEST_P()
56 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::ENABLED); in TEST_P()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp43 using ::android::hardware::contexthub::V1_1::SettingValue;
122 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.1/default/
DContexthub.h39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
DContexthub.cpp28 Return<void> Contexthub::onSettingChanged(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() argument
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal22 import @1.1::SettingValue;
60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
/hardware/interfaces/contexthub/1.1/
Dtypes.hal29 enum SettingValue : uint8_t {
DIContexthub.hal30 onSettingChanged(Setting setting, SettingValue newValue);