Searched refs:gnssClientContext (Results 1 – 1 of 1) sorted by relevance
/system/chre/chpp/clients/ |
D | gnss.c | 175 struct ChppGnssClientState *gnssClientContext = in chppDispatchGnssResponse() local 183 &gnssClientContext->client, in chppDispatchGnssResponse() 184 &gnssClientContext->rRState[rxHeader->command], rxHeader)) { in chppDispatchGnssResponse() 190 chppClientProcessOpenResponse(&gnssClientContext->client, buf, len); in chppDispatchGnssResponse() 191 if (gnssClientContext->requestStateResyncPending) { in chppDispatchGnssResponse() 193 gnssClientContext->requestStateResyncPending = false; in chppDispatchGnssResponse() 199 chppGnssCloseResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 204 chppGnssGetCapabilitiesResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 209 chppGnssControlLocationSessionResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 214 chppGnssControlMeasurementSessionResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() [all …]
|