Searched refs:CHPP_CONST_CAST_POINTER (Results 1 – 8 of 8) sorted by relevance
56 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()
63 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(result->cells)); in wwanPalReleaseCellInfoResult()
67 gSystemApi->memoryFree(CHPP_CONST_CAST_POINTER(event->measurements)); in gnssPalReleaseMeasurementDataEvent()
169 #define CHPP_CONST_CAST_POINTER(p) (void *)(intptr_t)(p) macro
432 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()
385 (uint64_t *)(CHPP_CONST_CAST_POINTER(&chre->cells[i].timeStamp)); in chppWwanGetCellInfoAsyncResult()522 void *cells = CHPP_CONST_CAST_POINTER(result->cells); in chppWwanClientReleaseCellInfoResult()
786 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()
779 void *measurements = CHPP_CONST_CAST_POINTER(event->measurements); in chppGnssClientReleaseMeasurementDataEvent()