Lines Matching refs:rawRequest
3476 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
3480 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3488 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3515 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
3527 const void* rawRequest) : in gnssNiResponseCommand()
3532 mPayload(rawRequest) {} in gnssNiResponseCommand()
3540 sendMsg(new MsgGnssNiResponse(*this, *mLocApi, response, rawRequest)); in gnssNiResponseCommand()
4614 void* rawRequest = NULL; in niThreadProc() local
4617 if (NULL != pSession->rawRequest) { in niThreadProc()
4620 rawRequest = pSession->rawRequest; in niThreadProc()
4623 free(pSession->rawRequest); in niThreadProc()
4625 pSession->rawRequest = NULL; in niThreadProc()
4633 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
4658 if (NULL != niData.session.rawRequest) { in requestNiNotify()
4672 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4682 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
4683 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4696 pSession->rawRequest = (void*)data; in requestNiNotify()