Home
last modified time | relevance | path

Searched refs:LOCATION (Results 1 – 9 of 9) sorted by relevance

/system/chre/host/hal_generic/common/
Dcontext_hub_settings_util.cc46 case Setting::LOCATION: in getFbsSetting()
47 *fbsSetting = fbs::Setting::LOCATION; in getFbsSetting()
/system/chre/core/include/chre/core/
Dsettings.h27 LOCATION = 0, enumerator
/system/chre/core/
Dgnss_manager.cc268 (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()
Dsettings.cc145 debugDump.print("\n Location %s", getSettingStateString(Setting::LOCATION)); in logSettingStateToBuffer()
Dwifi_request_manager.cc97 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/
Dhost_protocol_chre.cc267 case fbs::Setting::LOCATION: in getSettingFromFbs()
268 *chreSetting = Setting::LOCATION; in getSettingFromFbs()
/system/chre/platform/shared/idl/
Dhost_messages.fbs258 LOCATION = 0,
273 setting:Setting = LOCATION;
/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h85 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/
Dhost_messages_generated.h108 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,