Lines Matching refs:rawRequest
1644 NULL != niData.sessionEs.rawRequest) { in gnssNiResponseCommand()
1648 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1656 NULL != niData.session.rawRequest) { in gnssNiResponseCommand()
1683 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() argument
1693 const void* rawRequest) : in gnssNiResponseCommand()
1697 mPayload(rawRequest) {} in gnssNiResponseCommand()
1709 sendMsg(new MsgGnssNiResponse(*mLocApi, response, rawRequest)); in gnssNiResponseCommand()
2131 void* rawRequest = NULL; in niThreadProc() local
2134 if (NULL != pSession->rawRequest) { in niThreadProc()
2137 rawRequest = pSession->rawRequest; in niThreadProc()
2140 free(pSession->rawRequest); in niThreadProc()
2142 pSession->rawRequest = NULL; in niThreadProc()
2150 adapter->gnssNiResponseCommand(resp, rawRequest); in niThreadProc()
2174 if (NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2184 if (NULL != mNiData.session.rawRequest || in requestNiNotify()
2185 NULL != mNiData.sessionEs.rawRequest) { in requestNiNotify()
2198 pSession->rawRequest = (void*)data; in requestNiNotify()