Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp542 hidl_string convertCharPtrToHidlString(const char *ptr) { in convertCharPtrToHidlString() function
3053 appStatus[i].aidPtr = convertCharPtrToHidlString(rilAppStatus[i].aid_ptr); in getIccCardStatusResponse()
3054 appStatus[i].appLabelPtr = convertCharPtrToHidlString( in getIccCardStatusResponse()
3251 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
3253 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
3308 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
3467 info.vendorCause = convertCharPtrToHidlString(pFailCauseInfo->vendor_cause); in getLastCallFailCauseResponse()
3994 longName = convertCharPtrToHidlString(resp[0]); in getOperatorResponse()
3995 shortName = convertCharPtrToHidlString(resp[1]); in getOperatorResponse()
3996 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
[all …]