Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp608 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
3602 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
3603 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
3826 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
3828 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
3883 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
4042 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
4538 longName = convertCharPtrToHidlString(resp[0]); in getOperatorResponse()
4539 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
4540 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
[all …]