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->results)); in wifiPalReleaseScanEvent()
67 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->scannedFreqList)); in wifiPalReleaseRangingEvent()
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.c67 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->measurements)); in gnssPalReleaseMeasurementDataEvent()
/system/chre/chpp/include/chpp/
Dmacros.h169 #define CHPP_CONST_CAST_POINTER(p) (void *)(intptr_t)(p) macro
/system/chre/chpp/services/
Dwifi.c432 void *frequencyList = CHPP_CONST_CAST_POINTER(chre->frequencyList); in chppWifiServiceRequestScanAsync()
436 void *ssidList = CHPP_CONST_CAST_POINTER(chre->ssidList); in chppWifiServiceRequestScanAsync()
496 void *targetList = CHPP_CONST_CAST_POINTER(chre->targetList); in chppWifiServiceRequestRangingAsync()
/system/chre/chpp/clients/
Dwwan.c385 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult()
522 void *cells = CHPP_CONST_CAST_POINTER(result->cells); in chppWwanClientReleaseCellInfoResult()
Dwifi.c786 void *scannedFreqList = CHPP_CONST_CAST_POINTER(event->scannedFreqList); in chppWifiClientReleaseScanEvent()
791 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseScanEvent()
838 void *results = CHPP_CONST_CAST_POINTER(event->results); in chppWifiClientReleaseRangingEvent()
Dgnss.c779 void *measurements = CHPP_CONST_CAST_POINTER(event->measurements); in chppGnssClientReleaseMeasurementDataEvent()