Lines Matching refs:rawRequest
3477 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
3481 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3489 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
3516 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
3528 const void* rawRequest) : in gnssNiResponseCommand()
3533 mPayload(rawRequest) {} in gnssNiResponseCommand()
3541 sendMsg(new MsgGnssNiResponse(*this, *mLocApi, response, rawRequest)); in gnssNiResponseCommand()
4615 void* rawRequest = NULL; in niThreadProc() local
4618 if (NULL != pSession->rawRequest) { in niThreadProc()
4621 rawRequest = pSession->rawRequest; in niThreadProc()
4624 free(pSession->rawRequest); in niThreadProc()
4626 pSession->rawRequest = NULL; in niThreadProc()
4634 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
4659 if (NULL != niData.session.rawRequest) { in requestNiNotify()
4673 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4683 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
4684 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
4697 pSession->rawRequest = (void*)data; in requestNiNotify()