Searched refs:mStopRequestType (Results 1 – 2 of 2) sorted by relevance
51 mStopRequestType = CHRE_GNSS_REQUEST_TYPE_LOCATION_SESSION_STOP; in GnssSession()57 mStopRequestType = CHRE_GNSS_REQUEST_TYPE_MEASUREMENT_SESSION_STOP; in GnssSession()290 event->requestType = enable ? mStartRequestType : mStopRequestType; in postAsyncResultEvent()
131 uint8_t mStopRequestType; variable