Searched refs:RIL_DataProfileInfo (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 2451 RIL_DataProfileInfo *dataProfiles = in setDataProfile() 2452 (RIL_DataProfileInfo *) calloc(num, sizeof(RIL_DataProfileInfo)); in setDataProfile() 2461 RIL_DataProfileInfo **dataProfilePtrs = in setDataProfile() 2462 (RIL_DataProfileInfo **) calloc(num, sizeof(RIL_DataProfileInfo *)); in setDataProfile() 2494 &RIL_DataProfileInfo::apn, &RIL_DataProfileInfo::protocol, in setDataProfile() 2495 &RIL_DataProfileInfo::user, &RIL_DataProfileInfo::password); in setDataProfile() 2509 num * sizeof(RIL_DataProfileInfo *), pRI, mSlotId); in setDataProfile() 2512 &RIL_DataProfileInfo::apn, &RIL_DataProfileInfo::protocol, in setDataProfile() 2513 &RIL_DataProfileInfo::user, &RIL_DataProfileInfo::password); in setDataProfile()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1922 } RIL_DataProfileInfo; typedef
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1922 } RIL_DataProfileInfo; typedef
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 1418 * RIL API RIL_DataProfileInfo must be filled accordingly based on the
|