Searched refs:mMeasurementSession (Results 1 – 2 of 2) sorted by relevance
78 mMeasurementSession(CHRE_EVENT_GNSS_DATA) {} in GnssManager()90 mMeasurementSession.onSettingChanged(setting, enabled); in onSettingChanged()182 mMeasurementSession.handleRequestStateResyncCallbackSync(); in handleRequestStateResyncCallbackSync()195 mMeasurementSession.logStateToBuffer(debugDump); in logStateToBuffer()203 mMeasurementSession.mGnssErrorHistogram, in logStateToBuffer()204 ARRAY_SIZE(mMeasurementSession.mGnssErrorHistogram)); in logStateToBuffer()223 if (mMeasurementSession.nanoappHasRequest(nanoapp)) { in disableAllSubscriptions()225 mMeasurementSession.removeRequest(nanoapp, nullptr /*cookie*/); in disableAllSubscriptions()
419 return mMeasurementSession; in getMeasurementSession()481 GnssSession mMeasurementSession; variable