Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.1/vts/functional/
DVtsHalContexthubV1_1TargetTest.cpp56 hubApi->onSettingChanged(Setting::LOCATION, SettingValue::DISABLED); in TEST_P()
57 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/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/2/android/hardware/contexthub/
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() method
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DIContextHub.aidl42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() method
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DIContextHub.aidl132 void onSettingChanged(in Setting setting, in boolean enabled); in onSettingChanged() method
/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);
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/
DContextHub.h39 ::ndk::ScopedAStatus onSettingChanged(Setting in_setting, bool in_enabled) override;
/hardware/interfaces/contexthub/aidl/default/
DContextHub.cpp63 ScopedAStatus ContextHub::onSettingChanged(Setting /* in_setting */, bool /*in_enabled */) { in onSettingChanged() function in aidl::android::hardware::contexthub::ContextHub
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp374 ASSERT_TRUE(contextHub->onSettingChanged(setting, true /* enabled */).isOk()); in testSettingChanged()
375 ASSERT_TRUE(contextHub->onSettingChanged(setting, false /* enabled */).isOk()); in testSettingChanged()