Searched refs:LOCATION (Results 1 – 9 of 9) sorted by relevance
/system/chre/host/hal_generic/common/ |
D | context_hub_settings_util.cc | 46 case Setting::LOCATION: in getFbsSetting() 47 *fbsSetting = fbs::Setting::LOCATION; in getFbsSetting()
|
/system/chre/core/include/chre/core/ |
D | settings.h | 27 LOCATION = 0, enumerator
|
/system/chre/core/ |
D | gnss_manager.cc | 268 (getSettingState(Setting::LOCATION) == SettingState::DISABLED)) { in handleReportEvent() 285 if (setting == Setting::LOCATION) { in onSettingChanged() 298 SettingState locationSetting = getSettingState(Setting::LOCATION); in updatePlatformRequest() 382 getSettingState(Setting::LOCATION) == SettingState::DISABLED) { in configure() 683 if (getSettingState(Setting::LOCATION) == SettingState::DISABLED) { in dispatchQueuedStateTransitions()
|
D | settings.cc | 145 debugDump.print("\n Location %s", getSettingStateString(Setting::LOCATION)); in logSettingStateToBuffer()
|
D | wifi_request_manager.cc | 97 if (getSettingState(Setting::LOCATION) == SettingState::DISABLED) { in requestRanging() 580 if (getSettingState(Setting::LOCATION) == SettingState::DISABLED) { in dispatchQueuedRangingRequest() 598 if (getSettingState(Setting::LOCATION) == SettingState::DISABLED) { in handleRangingEventSync()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 267 case fbs::Setting::LOCATION: in getSettingFromFbs() 268 *chreSetting = Setting::LOCATION; in getSettingFromFbs()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 258 LOCATION = 0, 273 setting:Setting = LOCATION;
|
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 85 LOCATION = 0, enumerator 89 MIN = LOCATION, 95 Setting::LOCATION, in EnumValuesSetting() 115 if (flatbuffers::IsOutRange(e, Setting::LOCATION, Setting::MICROPHONE)) return ""; in EnumNameSetting() 1668 chre::fbs::Setting setting = chre::fbs::Setting::LOCATION,
|
/system/chre/host/common/include/chre_host/generated/ |
D | host_messages_generated.h | 108 LOCATION = 0, enumerator 112 MIN = LOCATION, 118 Setting::LOCATION, in EnumValuesSetting() 138 if (flatbuffers::IsOutRange(e, Setting::LOCATION, Setting::MICROPHONE)) return ""; in EnumNameSetting() 2296 : setting(chre::fbs::Setting::LOCATION), 2358 chre::fbs::Setting setting = chre::fbs::Setting::LOCATION,
|