Searched refs:mLocationSession (Results 1 – 2 of 2) sorted by relevance
77 : 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()
415 return mLocationSession; in getLocationSession()478 GnssSession mLocationSession; variable