Home
last modified time | relevance | path

Searched defs:onSettingChanged (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/contexthub/1.1/default/
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.cpp83 Return<void> Contexthub::onSettingChanged(SettingV1_1 /*setting*/, SettingValue /*newValue*/) { in onSettingChanged() function in android::hardware::contexthub::V1_2::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/android/hardware/contexthub/
DIContextHub.aidl131 void onSettingChanged(in 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/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/default/
DContextHub.cpp65 ScopedAStatus ContextHub::onSettingChanged(Setting /* in_setting */, bool /*in_enabled */) { in onSettingChanged() function in aidl::android::hardware::contexthub::ContextHub