Home
last modified time | relevance | path

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

/system/chre/core/
Dgnss_manager.cc77 : mLocationSession(CHRE_EVENT_GNSS_LOCATION), in GnssManager()
89 mLocationSession.onSettingChanged(setting, enabled); in onSettingChanged()
144 if (!mLocationSession.nanoappHasRequest(instanceId)) { in configurePassiveLocationListener()
181 mLocationSession.handleRequestStateResyncCallbackSync(); in handleRequestStateResyncCallbackSync()
196 mLocationSession.logStateToBuffer(debugDump); in logStateToBuffer()
201 debugDump.logErrorHistogram(mLocationSession.mGnssErrorHistogram, in logStateToBuffer()
202 ARRAY_SIZE(mLocationSession.mGnssErrorHistogram)); in logStateToBuffer()
220 if (mLocationSession.nanoappHasRequest(nanoapp)) { in disableAllSubscriptions()
222 mLocationSession.removeRequest(nanoapp, nullptr /*cookie*/); in disableAllSubscriptions()
/system/chre/core/include/chre/core/
Dgnss_manager.h415 return mLocationSession; in getLocationSession()
478 GnssSession mLocationSession; variable