Home
last modified time | relevance | path

Searched refs:mPlatformPassiveLocationListenerEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/chre/core/
H A Dgnss_manager.cc171 mPlatformPassiveLocationListenerEnabled = enable; in platformConfigurePassiveLocationListener()
181 mPlatformPassiveLocationListenerEnabled = false; in handleRequestStateResyncCallbackSync()
196 mPlatformPassiveLocationListenerEnabled ? "enabled" : "disabled"); in logStateToBuffer()
/aosp12/system/chre/core/include/chre/core/
H A Dgnss_manager.h464 bool mPlatformPassiveLocationListenerEnabled; variable