Searched refs:SettingValue (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/contexthub/1.2/default/ |
D | Contexthub.h | 36 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;
|
D | Contexthub.cpp | 83 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/ |
D | VtsHalContexthubV1_1TargetTest.cpp | 37 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/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 43 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/ |
D | Contexthub.h | 39 Return<void> onSettingChanged(Setting setting, SettingValue newValue) override;
|
D | Contexthub.cpp | 28 Return<void> Contexthub::onSettingChanged(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() argument
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthub.hal | 22 import @1.1::SettingValue; 60 onSettingChanged_1_2(Setting setting, @1.1::SettingValue newValue);
|
/hardware/interfaces/contexthub/1.1/ |
D | types.hal | 29 enum SettingValue : uint8_t {
|
D | IContexthub.hal | 30 onSettingChanged(Setting setting, SettingValue newValue);
|