Searched refs:gnssClientContext (Results 1 – 1 of 1) sorted by relevance
/system/chre/chpp/clients/ |
D | gnss.c | 178 struct ChppGnssClientState *gnssClientContext = in chppDispatchGnssResponse() local 186 gnssClientContext->client.appContext, in chppDispatchGnssResponse() 187 &gnssClientContext->outReqStates[rxHeader->command], in chppDispatchGnssResponse() 194 chppClientProcessOpenResponse(&gnssClientContext->client, buf, len); in chppDispatchGnssResponse() 195 if (gnssClientContext->requestStateResyncPending) { in chppDispatchGnssResponse() 197 gnssClientContext->requestStateResyncPending = false; in chppDispatchGnssResponse() 203 chppGnssCloseResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 208 chppGnssGetCapabilitiesResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 213 chppGnssControlLocationSessionResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() 218 chppGnssControlMeasurementSessionResult(gnssClientContext, buf, len); in chppDispatchGnssResponse() [all …]
|