Home
last modified time | relevance | path

Searched refs:chppAllocResponseFixed (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/services/
Dgnss.c261 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceOpen()
296 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceClose()
343 struct ChppGnssGetCapabilitiesResponse *response = chppAllocResponseFixed( in chppGnssServiceGetCapabilities()
474 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceConfigurePassiveLocationListener()
529 chppAllocResponseFixed(&requestHeader, in chppGnssServiceLocationStatusChangeCallback()
601 chppAllocResponseFixed(&requestHeader, in chppGnssServiceMeasurementStatusChangeCallback()
Dwifi.c310 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceOpen()
345 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceClose()
391 struct ChppWifiGetCapabilitiesResponse *response = chppAllocResponseFixed( in chppWifiServiceGetCapabilities()
534 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestRangingAsync()
577 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestNanSubscribe()
612 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestNanSubscribeCancel()
649 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestNanRanging()
682 chppAllocResponseFixed(&requestHeader, in chppWifiServiceScanMonitorStatusChangeCallback()
715 struct ChppWifiRequestScanResponse *response = chppAllocResponseFixed( in chppWifiServiceScanResponseCallback()
Dwwan.c225 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceOpen()
260 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceClose()
307 struct ChppWwanGetCapabilitiesResponse *response = chppAllocResponseFixed( in chppWwanServiceGetCapabilities()
Dtimesync.c42 chppAllocResponseFixed(requestHeader, struct ChppTimesyncResponse); in chppTimesyncGetTime()
/system/chre/chpp/include/chpp/
Dapp.h60 #define chppAllocResponseFixed(requestHeader, type) \ macro
/system/chre/chpp/
DRELEASE_NOTES.md291 - Added `chppAllocResponseTypedArray` and `chppAllocResponseFixed` to allocate responses. Those can…
325 - Replaced `chppAllocServiceResponseFixed` with `chppAllocResponseFixed` in the app layer,
Dapp.c582 chppAllocResponseFixed(rxHeader, struct ChppAppHeader); in chppProcessNegotiatedHandleDatagram()