Lines Matching refs:rawRequest
1726 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
1730 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1738 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1765 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
1775 const void* rawRequest) : in gnssNiResponseCommand()
1779 mPayload(rawRequest) {} in gnssNiResponseCommand()
1791 sendMsg(new MsgGnssNiResponse(*mLocApi, response, rawRequest)); in gnssNiResponseCommand()
2235 void* rawRequest = NULL; in niThreadProc() local
2238 if (NULL != pSession->rawRequest) { in niThreadProc()
2241 rawRequest = pSession->rawRequest; in niThreadProc()
2244 free(pSession->rawRequest); in niThreadProc()
2246 pSession->rawRequest = NULL; in niThreadProc()
2254 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
2278 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2288 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
2289 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2302 pSession->rawRequest = (void*)data; in requestNiNotify()