Lines Matching refs:rawRequest
1643 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
1647 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1655 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1682 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
1692 const void* rawRequest) : in gnssNiResponseCommand()
1696 mPayload(rawRequest) {} in gnssNiResponseCommand()
1708 sendMsg(new MsgGnssNiResponse(*mLocApi, response, rawRequest)); in gnssNiResponseCommand()
2130 void* rawRequest = NULL; in niThreadProc() local
2133 if (NULL != pSession->rawRequest) { in niThreadProc()
2136 rawRequest = pSession->rawRequest; in niThreadProc()
2139 free(pSession->rawRequest); in niThreadProc()
2141 pSession->rawRequest = NULL; in niThreadProc()
2149 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
2173 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2183 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
2184 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2197 pSession->rawRequest = (void*)data; in requestNiNotify()