Home
last modified time | relevance | path

Searched refs:CHPP_CONST_CAST_POINTER (Results 1 – 8 of 8) sorted by relevance

/system/chre/chpp/platform/linux/services/
Dplatform_wifi.c56 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->scannedFreqList)); in wifiPalReleaseScanEvent()
57 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->results)); in wifiPalReleaseScanEvent()
68 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->results)); in wifiPalReleaseRangingEvent()
Dplatform_wwan.c63 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(result->cells)); in wwanPalReleaseCellInfoResult()
Dplatform_gnss.c107 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->measurements)); in gnssPalReleaseMeasurementDataEvent()
/system/chre/chpp/include/chpp/
Dmacros.h170 #define CHPP_CONST_CAST_POINTER(p) (void *)(intptr_t)(p) macro
/system/chre/chpp/clients/
Dwwan.c383 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult()
522 void *cells = CHPP_CONST_CAST_POINTER(result->cells); in chppWwanClientReleaseCellInfoResult()
Dwifi.c1007 void *scannedFreqList = CHPP_CONST_CAST_POINTER(event->scannedFreqList); in chppWifiClientReleaseScanEvent()
1012 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseScanEvent()
1059 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseRangingEvent()
1138 void *info = CHPP_CONST_CAST_POINTER(event->serviceSpecificInfo); in chppWifiClientNanReleaseDiscoveryEvent()
Dgnss.c771 void *measurements = CHPP_CONST_CAST_POINTER(event->measurements); in chppGnssClientReleaseMeasurementDataEvent()
/system/chre/chpp/services/
Dwifi.c484 void *frequencyList = CHPP_CONST_CAST_POINTER(chre->frequencyList); in chppWifiServiceRequestScanAsync()
488 void *ssidList = CHPP_CONST_CAST_POINTER(chre->ssidList); in chppWifiServiceRequestScanAsync()
548 void *targetList = CHPP_CONST_CAST_POINTER(chre->targetList); in chppWifiServiceRequestRangingAsync()