/hardware/interfaces/contexthub/1.1/vts/functional/ |
D | VtsHalContexthubV1_1TargetTest.cpp | 56 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/ |
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() function in android::hardware::contexthub::V1_1::implementation::Contexthub
|
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/1/android/hardware/contexthub/ |
D | IContextHub.aidl | 42 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/ |
D | IContextHub.aidl | 42 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/ |
D | IContextHub.aidl | 42 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/ |
D | IContextHub.aidl | 42 void onSettingChanged(in android.hardware.contexthub.Setting setting, in boolean enabled); in onSettingChanged() method
|
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/ |
D | IContextHub.aidl | 132 void onSettingChanged(in Setting setting, in boolean enabled); in onSettingChanged() method
|
/hardware/interfaces/contexthub/1.2/default/ |
D | Contexthub.h | 48 Return<void> onSettingChanged(SettingV1_1 setting, SettingValue newValue) override;
|
D | Contexthub.cpp | 83 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/ |
D | IContexthub.hal | 30 onSettingChanged(Setting setting, SettingValue newValue);
|
/hardware/interfaces/contexthub/aidl/default/include/contexthub-impl/ |
D | ContextHub.h | 39 ::ndk::ScopedAStatus onSettingChanged(Setting in_setting, bool in_enabled) override;
|
/hardware/interfaces/contexthub/aidl/default/ |
D | ContextHub.cpp | 63 ScopedAStatus ContextHub::onSettingChanged(Setting /* in_setting */, bool /*in_enabled */) { in onSettingChanged() function in aidl::android::hardware::contexthub::ContextHub
|
/hardware/interfaces/contexthub/aidl/vts/ |
D | VtsAidlHalContextHubTargetTest.cpp | 374 ASSERT_TRUE(contextHub->onSettingChanged(setting, true /* enabled */).isOk()); in testSettingChanged() 375 ASSERT_TRUE(contextHub->onSettingChanged(setting, false /* enabled */).isOk()); in testSettingChanged()
|