Home
last modified time | relevance | path

Searched refs:convertCharPtrToHidlString (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp66 extern hidl_string convertCharPtrToHidlString(const char *ptr);
329 simSlotStatus[i].atr = convertCharPtrToHidlString(psimSlotStatus->base.atr); in getSimSlotsStatusResponse()
331 simSlotStatus[i].iccid = convertCharPtrToHidlString(psimSlotStatus->base.iccid); in getSimSlotsStatusResponse()
481 simSlotStatus[i].atr = convertCharPtrToHidlString(psimSlotStatus->base.atr); in simSlotsStatusChanged()
483 simSlotStatus[i].iccid = convertCharPtrToHidlString(psimSlotStatus->base.iccid); in simSlotsStatusChanged()
500 simSlotStatus[i].base.atr = convertCharPtrToHidlString(psimSlotStatus->base.atr); in simSlotsStatusChanged()
502 … simSlotStatus[i].base.iccid = convertCharPtrToHidlString(psimSlotStatus->base.iccid); in simSlotsStatusChanged()
503 simSlotStatus[i].eid = convertCharPtrToHidlString(psimSlotStatus->eid); in simSlotsStatusChanged()
Dril_service.cpp663 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
4176 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
4177 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
4190 cardStatusV1_2.iccid = convertCharPtrToHidlString(p_cur->base.iccid); in getIccCardStatusResponse()
4199 cardStatusV1_2.iccid = convertCharPtrToHidlString(p_cur->base.iccid); in getIccCardStatusResponse()
4207 cardStatusV1_2.iccid = convertCharPtrToHidlString(p_cur->base.iccid); in getIccCardStatusResponse()
4403 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
4405 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
4460 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
4619 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
[all …]
/device/generic/goldfish/radio/libril/
Dril_service.cpp549 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
3067 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
3068 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
3265 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
3267 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
3322 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
3481 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
4038 longName = convertCharPtrToHidlString(resp[0]); in getOperatorResponse()
4039 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
4040 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp652 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
4005 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
4006 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
4229 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
4231 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
4286 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
4445 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
4941 longName = convertCharPtrToHidlString(resp[0]); in getOperatorResponse()
4942 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
4943 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
[all …]