Home
last modified time | relevance | path

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

/system/chre/chpp/
Dapp.c104 const struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedClientRequest() local
154 const struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedServiceResponse() local
205 const struct ChppAppHeader *rxHeader, in chppDatagramLenIsOk()
499 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedHandleDatagram() local
547 const struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessNegotiatedHandleDatagram() local
685 const struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppAppProcessRxDatagram() local
833 const struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppAppShortResponseErrorHandler() local
Dclients.c421 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppClientProcessOpenResponse() local
/system/chre/chpp/services/
Dtimesync.c66 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchTimesyncClientRequest() local
Ddiscovery.c85 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchDiscoveryClientRequest() local
Dwwan.c141 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWwanRequest() local
Dgnss.c153 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssRequest() local
Dwifi.c174 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiRequest() local
/system/chre/chpp/clients/
Dwifi.c206 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiResponse() local
292 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiNotification() local
603 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestRangingResult() local
625 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestNanSubscribeResult() local
647 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiNanSubscriptionCanceledResult() local
Dgnss.c180 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssResponse() local
258 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssNotification() local
490 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssConfigurePassiveLocationListenerResult() local
Ddiscovery.c284 const struct ChppAppHeader *rxHeader = (const struct ChppAppHeader *)buf; in chppDispatchDiscoveryServiceResponse() local
Dwwan.c162 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWwanResponse() local
/system/chre/chpp/include/chpp/
Dtransport.h398 struct ChppTransportHeader rxHeader; // Rx packet header member