Home
last modified time | relevance | path

Searched refs:onSettingChanged (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/contexthub/1.1/vts/functional/
DVtsHalContexthubV1_1TargetTest.cpp55 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::DISABLED); in TEST_P()
56 hubApi->onSettingChanged(Setting::LOCATION, 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() function in android::hardware::contexthub::V1_1::implementation::Contexthub
/hardware/interfaces/contexthub/1.2/default/
DContexthub.h48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;
DContexthub.cpp83 Return<void> Contexthub::onSettingChanged(SettingV1_1 /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() function in android::hardware::contexthub::V1_2::implementation::Contexthub
/hardware/interfaces/contexthub/1.1/
DIContexthub.hal30 onSettingChanged(Setting setting, SettingValue newValue);