Home
last modified time | relevance | path

Searched defs:rxHeader (Results 1 – 12 of 12) sorted by relevance

/system/chre/chpp/
Dapp.c100 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedClientRequest() local
145 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedServiceResponse() local
197 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedClientNotification() local
224 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedServiceNotification() local
250 struct ChppAppHeader *rxHeader, size_t len) { in chppDatagramLenIsOk()
520 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedHandleDatagram() local
564 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessNegotiatedHandleDatagram() local
685 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppAppProcessRxDatagram() local
Dclients.c529 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppClientProcessOpenResponse() local
/system/chre/chpp/clients/
Dgnss.c174 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssResponse() local
250 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssNotification() local
386 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssGetCapabilitiesResult() local
422 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlLocationSessionResult() local
462 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlMeasurementSessionResult() local
500 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssConfigurePassiveLocationListenerResult() local
Dwifi.c180 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiResponse() local
252 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiNotification() local
403 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiGetCapabilitiesResult() local
439 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiConfigureScanMonitorResult() local
488 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestScanResult() local
519 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestRangingResult() local
Dwwan.c155 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWwanResponse() local
305 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWwanGetCapabilitiesResult() local
340 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWwanGetCellInfoAsyncResult() local
Ddiscovery.c296 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchDiscoveryServiceResponse() local
/system/chre/chpp/services/
Ddiscovery.c85 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchDiscoveryClientRequest() local
Dtimesync.c71 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchTimesyncClientRequest() local
Dwwan.c138 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWwanRequest() local
Dgnss.c150 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssRequest() local
Dwifi.c146 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiRequest() local
/system/chre/chpp/include/chpp/
Dtransport.h425 struct ChppTransportHeader rxHeader; // Rx packet header member