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