Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/
DIRadioIndication.hal208 * @param isGsm true for GSM & false for CDMA
211 oneway callRing(RadioIndicationType type, bool isGsm, CdmaSignalInfoRecord record);
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h452 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h473 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h544 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h568 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h639 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h736 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/ril/libril/
Dril_service.cpp7376 bool isGsm; in callRingInd() local
7379 isGsm = true; in callRingInd()
7381 isGsm = false; in callRingInd()
7390 RLOGD("callRingInd: isGsm %d", isGsm); in callRingInd()
7393 convertIntToRadioIndicationType(indicationType), isGsm, record); in callRingInd()