Home
last modified time | relevance | path

Searched refs:CHPP_FREE_AND_NULLIFY (Results 1 – 13 of 13) sorted by relevance

/system/chre/chpp/clients/
Dwifi.c996 CHPP_FREE_AND_NULLIFY(scannedFreqList); in chppWifiClientReleaseScanEvent()
1001 CHPP_FREE_AND_NULLIFY(results); in chppWifiClientReleaseScanEvent()
1004 CHPP_FREE_AND_NULLIFY(event); in chppWifiClientReleaseScanEvent()
1048 CHPP_FREE_AND_NULLIFY(results); in chppWifiClientReleaseRangingEvent()
1051 CHPP_FREE_AND_NULLIFY(event); in chppWifiClientReleaseRangingEvent()
1127 CHPP_FREE_AND_NULLIFY(info); in chppWifiClientNanReleaseDiscoveryEvent()
1129 CHPP_FREE_AND_NULLIFY(event); in chppWifiClientNanReleaseDiscoveryEvent()
Dgnss.c722 CHPP_FREE_AND_NULLIFY(event); in chppGnssClientReleaseLocationEvent()
770 CHPP_FREE_AND_NULLIFY(measurements); in chppGnssClientReleaseMeasurementDataEvent()
773 CHPP_FREE_AND_NULLIFY(event); in chppGnssClientReleaseMeasurementDataEvent()
Dwwan.c521 CHPP_FREE_AND_NULLIFY(cells); in chppWwanClientReleaseCellInfoResult()
524 CHPP_FREE_AND_NULLIFY(result); in chppWwanClientReleaseCellInfoResult()
Dloopback.c78 CHPP_FREE_AND_NULLIFY(appState->loopbackClientContext); in chppLoopbackClientDeinit()
Dtimesync.c76 CHPP_FREE_AND_NULLIFY(appState->timesyncClientContext); in chppTimesyncClientDeinit()
/system/chre/chpp/common/
Dwifi_convert.c961 CHPP_FREE_AND_NULLIFY(out); in chppWifiScanEventToChre()
976 CHPP_FREE_AND_NULLIFY(out); in chppWifiScanParamsToChre()
991 CHPP_FREE_AND_NULLIFY(out); in chppWifiRangingEventToChre()
1006 CHPP_FREE_AND_NULLIFY(out); in chppWifiRangingParamsToChre()
1021 CHPP_FREE_AND_NULLIFY(out); in chppWifiNanSubscribeConfigToChre()
1036 CHPP_FREE_AND_NULLIFY(out); in chppWifiNanDiscoveryEventToChre()
1051 CHPP_FREE_AND_NULLIFY(out); in chppWifiNanSessionLostEventToChre()
1067 CHPP_FREE_AND_NULLIFY(out); in chppWifiNanSessionTerminatedEventToChre()
1082 CHPP_FREE_AND_NULLIFY(out); in chppWifiNanRangingParamsToChre()
Dgnss_convert.c271 CHPP_FREE_AND_NULLIFY(out); in chppGnssDataEventToChre()
286 CHPP_FREE_AND_NULLIFY(out); in chppGnssLocationEventToChre()
Dwwan_convert.c644 CHPP_FREE_AND_NULLIFY(out); in chppWwanCellInfoResultToChre()
/system/chre/chpp/
Dtransport.c403 CHPP_FREE_AND_NULLIFY(context->rxDatagram.payload); in chppAbortRxPacket()
451 CHPP_FREE_AND_NULLIFY(context->rxDatagram.payload); in chppProcessTransportLoopbackRequest()
498 CHPP_FREE_AND_NULLIFY(context->transportLoopbackData.payload); in chppProcessTransportLoopbackResponse()
499 CHPP_FREE_AND_NULLIFY(context->rxDatagram.payload); in chppProcessTransportLoopbackResponse()
925 CHPP_FREE_AND_NULLIFY( in chppDequeueTxDatagram()
1240 CHPP_FREE_AND_NULLIFY(transportContext->rxDatagram.payload); in chppReset()
1246 CHPP_FREE_AND_NULLIFY( in chppReset()
1408 CHPP_FREE_AND_NULLIFY(transportContext->rxDatagram.payload); in chppTransportDeinit()
1512 CHPP_FREE_AND_NULLIFY(buf); in chppEnqueueTxDatagramOrFail()
1676 CHPP_FREE_AND_NULLIFY(buf); in chppDatagramProcessDoneCb()
[all …]
Dclients.c418 CHPP_FREE_AND_NULLIFY(buf); in chppSendTimestampedRequestOrFail()
/system/chre/chpp/services/
Dwifi.c486 CHPP_FREE_AND_NULLIFY(frequencyList); in chppWifiServiceRequestScanAsync()
490 CHPP_FREE_AND_NULLIFY(ssidList); in chppWifiServiceRequestScanAsync()
492 CHPP_FREE_AND_NULLIFY(chre); in chppWifiServiceRequestScanAsync()
550 CHPP_FREE_AND_NULLIFY(targetList); in chppWifiServiceRequestRangingAsync()
552 CHPP_FREE_AND_NULLIFY(chre); in chppWifiServiceRequestRangingAsync()
/system/chre/chpp/include/chpp/
Dmacros.h162 #define CHPP_FREE_AND_NULLIFY(p) \ macro
/system/chre/chpp/test/
Dtransport_test.cpp639 CHPP_FREE_AND_NULLIFY(mBuf); in TEST_P()