Searched refs:chppAllocResponseFixed (Results 1 – 7 of 7) sorted by relevance
/system/chre/chpp/services/ |
D | gnss.c | 261 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()
|
D | wifi.c | 310 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()
|
D | wwan.c | 225 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceOpen() 260 chppAllocResponseFixed(requestHeader, struct ChppAppHeader); in chppWwanServiceClose() 307 struct ChppWwanGetCapabilitiesResponse *response = chppAllocResponseFixed( in chppWwanServiceGetCapabilities()
|
D | timesync.c | 42 chppAllocResponseFixed(requestHeader, struct ChppTimesyncResponse); in chppTimesyncGetTime()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 60 #define chppAllocResponseFixed(requestHeader, type) \ macro
|
/system/chre/chpp/ |
D | RELEASE_NOTES.md | 291 - Added `chppAllocResponseTypedArray` and `chppAllocResponseFixed` to allocate responses. Those can… 325 - Replaced `chppAllocServiceResponseFixed` with `chppAllocResponseFixed` in the app layer,
|
D | app.c | 582 chppAllocResponseFixed(rxHeader, struct ChppAppHeader); in chppProcessNegotiatedHandleDatagram()
|