Searched refs:mStopRequestType (Results 1 – 2 of 2) sorted by relevance
207 mStopRequestType = CHRE_GNSS_REQUEST_TYPE_LOCATION_SESSION_STOP; in GnssSession()213 mStopRequestType = CHRE_GNSS_REQUEST_TYPE_MEASUREMENT_SESSION_STOP; in GnssSession()542 event->requestType = enable ? mStartRequestType : mStopRequestType; in postAsyncResultEvent()
181 uint8_t mStopRequestType; variable