Home
last modified time | relevance | path

Searched refs:chppAllocServiceResponseFixed (Results 1 – 6 of 6) sorted by relevance

/system/chre/chpp/services/
Dgnss.c263 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceOpen()
298 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceClose()
346 chppAllocServiceResponseFixed(requestHeader, in chppGnssServiceGetCapabilities()
477 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceConfigurePassiveLocationListener()
532 chppAllocServiceResponseFixed( in chppGnssServiceLocationStatusChangeCallback()
604 chppAllocServiceResponseFixed( in chppGnssServiceMeasurementStatusChangeCallback()
Dwifi.c257 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceOpen()
292 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceClose()
339 chppAllocServiceResponseFixed(requestHeader, in chppWifiServiceGetCapabilities()
482 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestRangingAsync()
522 chppAllocServiceResponseFixed( in chppWifiServiceScanMonitorStatusChangeCallback()
555 struct ChppWifiRequestScanResponse *response = chppAllocServiceResponseFixed( in chppWifiServiceScanResponseCallback()
Dtimesync.c46 chppAllocServiceResponseFixed(requestHeader, struct ChppTimesyncResponse); in chppTimesyncGetTime()
Dwwan.c227 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceOpen()
262 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceClose()
310 chppAllocServiceResponseFixed(requestHeader, in chppWwanServiceGetCapabilities()
/system/chre/chpp/include/chpp/
Dservices.h93 #define chppAllocServiceResponseFixed(requestHeader, type) \ macro
/system/chre/chpp/
Dapp.c601 chppAllocServiceResponseFixed(rxHeader, struct ChppAppHeader); in chppProcessNegotiatedHandleDatagram()