Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/
DIRadioIndication.hal121 * @param dcList array of SetupDataCallResult identical to that
128 oneway dataCallListChanged(RadioIndicationType type, vec<SetupDataCallResult> dcList);
/hardware/ril/libril/
Dril_service.cpp6782 hidl_vec<SetupDataCallResult> dcList; in dataCallListChangedInd() local
6783 convertRilDataCallListToHal(response, responseLen, dcList); in dataCallListChangedInd()
6788 convertIntToRadioIndicationType(indicationType), dcList); in dataCallListChangedInd()