Searched refs:mStartRequestType (Results 1 – 2 of 2) sorted by relevance
52 mStartRequestType = CHRE_GNSS_REQUEST_TYPE_LOCATION_SESSION_START; in GnssSession()58 mStartRequestType = CHRE_GNSS_REQUEST_TYPE_MEASUREMENT_SESSION_START; in GnssSession()313 event->requestType = enable ? mStartRequestType : mStopRequestType; in postAsyncResultEvent()
130 uint8_t mStartRequestType; variable