Lines Matching refs:rawRequest
2890 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
2894 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
2902 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
2929 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
2941 const void* rawRequest) : in gnssNiResponseCommand()
2946 mPayload(rawRequest) {} in gnssNiResponseCommand()
2954 sendMsg(new MsgGnssNiResponse(*this, *mLocApi, response, rawRequest)); in gnssNiResponseCommand()
3779 void* rawRequest = NULL; in niThreadProc() local
3782 if (NULL != pSession->rawRequest) { in niThreadProc()
3785 rawRequest = pSession->rawRequest; in niThreadProc()
3788 free(pSession->rawRequest); in niThreadProc()
3790 pSession->rawRequest = NULL; in niThreadProc()
3798 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
3823 if (NULL != niData.session.rawRequest) { in requestNiNotify()
3837 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
3847 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
3848 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
3861 pSession->rawRequest = (void*)data; in requestNiNotify()