/system/chre/core/ |
D | settings.cc | 38 bool getIndexForSetting(Setting setting, size_t *index) { in getIndexForSetting() 47 void sendSettingChangedNotification(Setting setting, bool enabled) { in sendSettingChangedNotification() 80 void SettingManager::postSettingChange(Setting setting, bool enabled) { in postSettingChange() 89 bool SettingManager::getSettingEnabled(Setting setting) { in getSettingEnabled() 99 int8_t SettingManager::getSettingStateAsInt8(uint8_t setting) { in getSettingStateAsInt8() 123 Setting setting = NestedDataPtr<Setting>(data); in settingChangedCallback() local 155 void SettingManager::setSettingState(Setting setting, bool enabled) { in setSettingState() 164 const char *SettingManager::getSettingEnabledString(Setting setting) { in getSettingEnabledString()
|
D | nanoapp.cc | 116 void Nanoapp::configureUserSettingEvent(uint8_t setting, bool enable) { in configureUserSettingEvent()
|
D | gnss_manager.cc | 87 void GnssManager::onSettingChanged(Setting setting, bool enabled) { in onSettingChanged() 319 void GnssSession::onSettingChanged(Setting setting, bool /*enabled*/) { in onSettingChanged()
|
D | ble_request_manager.cc | 358 void BleRequestManager::onSettingChanged(Setting setting, bool /* state */) { in onSettingChanged()
|
D | audio_request_manager.cc | 490 void AudioRequestManager::onSettingChanged(Setting setting, bool enabled) { in onSettingChanged()
|
D | wifi_request_manager.cc | 1262 void WifiRequestManager::onSettingChanged(Setting setting, bool enabled) { in onSettingChanged()
|
/system/chre/platform/shared/ |
D | chre_api_user_settings.cc | 27 DLL_EXPORT int8_t chreUserSettingGetState(uint8_t setting) { in chreUserSettingGetState() 33 DLL_EXPORT void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents()
|
D | log_buffer.cc | 91 void LogBuffer::updateNotificationSetting(LogBufferNotificationSetting setting, in updateNotificationSetting()
|
D | host_protocol_chre.cc | 343 bool HostProtocolChre::getSettingFromFbs(fbs::Setting setting, in getSettingFromFbs()
|
/system/chre/host/hal_generic/V1_2/ |
D | generic_context_hub_v1_2.cc | 79 Return<void> GenericContextHubV1_2::onSettingChanged(V1_1::Setting setting, in onSettingChanged() 86 Setting setting, SettingValue newValue) { in onSettingChanged_1_2()
|
/system/chre/host/hal_generic/V1_1/ |
D | generic_context_hub_v1_1.cc | 48 Return<void> GenericContextHubV1_1::onSettingChanged(Setting setting, in onSettingChanged()
|
/system/chre/host/hal_generic/common/ |
D | context_hub_settings_util.cc | 42 bool getFbsSetting(const Setting &setting, fbs::Setting *fbsSetting) { in getFbsSetting()
|
/system/chre/chre_api/legacy/v1_5/chre/ |
D | user_settings.h | 96 uint8_t setting; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | user_settings.h | 103 uint8_t setting; member
|
/system/chre/host/hal_generic/aidl/ |
D | generic_context_hub_aidl.h | 114 bool isSettingEnabled(Setting setting) { in isSettingEnabled()
|
D | generic_context_hub_aidl.cc | 56 bool getFbsSetting(const Setting &setting, fbs::Setting *fbsSetting) { in getFbsSetting() 159 ScopedAStatus ContextHub::onSettingChanged(Setting setting, bool enabled) { in onSettingChanged()
|
/system/chre/test/simulation/ |
D | settings_test.cc | 173 for (uint8_t setting = CHRE_USER_SETTING_LOCATION; in TEST_F() local
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 374 int8_t chreUserSettingGetState(uint8_t setting) { in chreUserSettingGetState() 384 void chreUserSettingConfigureEvents(uint8_t setting, bool enable) { in chreUserSettingConfigureEvents()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 202 flatbuffers::FlatBufferBuilder &builder, ::chre::fbs::Setting setting, in encodeSettingChangeNotification()
|
/system/media/audio_route/ |
D | audio_route.c | 81 struct mixer_setting *setting; member 277 struct mixer_setting *setting) in path_add_setting()
|
/system/chre/platform/slpi/ |
D | host_link.cc | 980 void HostMessageHandlers::handleSettingChangeMessage(fbs::Setting setting, in handleSettingChangeMessage()
|