Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp512 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
2989 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
2990 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
3187 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
3189 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
3244 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
3403 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
3930 longName = convertCharPtrToHidlString(resp[0]); in getOperatorResponse()
3931 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
3932 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
[all …]