Searched defs:dataProfilePtrs (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp2405 * @param dataProfilePtrs the pointer to the pointers that point to each data profile structure
2410 void freeSetDataProfileData(int numProfiles, T *dataProfiles, T **dataProfilePtrs, argument
2429 memset(dataProfilePtrs, 0, numProfiles * sizeof(T *));
2432 free(dataProfilePtrs);
2460 RIL_DataProfileInfo **dataProfilePtrs = local
2462 if (dataProfilePtrs == NULL) {
2471 dataProfilePtrs[i] = &dataProfiles[i];
2492 freeSetDataProfileData(num, dataProfiles, dataProfilePtrs, 4,
2507 CALL_ONREQUEST(RIL_REQUEST_SET_DATA_PROFILE, dataProfilePtrs,
2510 freeSetDataProfileData(num, dataProfiles, dataProfilePtrs,
2524 RIL_DataProfileInfo_v15 **dataProfilePtrs = local
[all...]

Completed in 45 milliseconds