Lines Matching refs:rawRequest
3028 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
3032 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3040 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3067 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
3079 const void* rawRequest) : in gnssNiResponseCommand()
3084 mPayload(rawRequest) {} in gnssNiResponseCommand()
3092 sendMsg(new MsgGnssNiResponse(*this, *mLocApi, response, rawRequest)); in gnssNiResponseCommand()
3946 void* rawRequest = NULL; in niThreadProc() local
3949 if (NULL != pSession->rawRequest) { in niThreadProc()
3952 rawRequest = pSession->rawRequest; in niThreadProc()
3955 free(pSession->rawRequest); in niThreadProc()
3957 pSession->rawRequest = NULL; in niThreadProc()
3965 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
3990 if (NULL != niData.session.rawRequest) { in requestNiNotify()
4004 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4014 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
4015 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4028 pSession->rawRequest = (void*)data; in requestNiNotify()