Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/core/
H A Dsettings.cc48 void sendSettingChangedNotification(Setting setting, bool enabled) { in sendSettingChangedNotification() function
153 sendSettingChangedNotification(setting, settingEnabled); in settingChangedCallback()
/aosp_15_r20/system/chre/host/hal_generic/V1_1/
H A Dgeneric_context_hub_v1_1.cc54 mConnection.sendSettingChangedNotification(fbsSetting, fbsState); in onSettingChanged()
/aosp_15_r20/system/chre/host/hal_generic/aidl/
H A Dgeneric_context_hub_aidl.cc184 mConnection.sendSettingChangedNotification(fbsSetting, in onSettingChanged()
200 mConnection.sendSettingChangedNotification( in onSettingChanged()
211 mConnection.sendSettingChangedNotification( in onSettingChanged()
/aosp_15_r20/system/chre/host/hal_generic/V1_2/
H A Dgeneric_context_hub_v1_2.cc91 mConnection.sendSettingChangedNotification(fbsSetting, fbsState); in onSettingChanged_1_2()
/aosp_15_r20/system/chre/host/hal_generic/common/
H A Dhal_chre_socket_connection.h126 bool sendSettingChangedNotification(::chre::fbs::Setting fbsSetting,
H A Dhal_chre_socket_connection.cc153 bool HalChreSocketConnection::sendSettingChangedNotification( in sendSettingChangedNotification() function in android::hardware::contexthub::common::implementation::HalChreSocketConnection