Searched refs:isGsm (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 208 * @param isGsm true for GSM & false for CDMA 211 oneway callRing(RadioIndicationType type, bool isGsm, CdmaSignalInfoRecord record);
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 464 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 484 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 552 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 578 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_utils_v1_4.h | 647 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 746 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_utils_v1_6.h | 1014 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 7249 bool isGsm; in callRingInd() local 7252 isGsm = true; in callRingInd() 7254 isGsm = false; in callRingInd() 7263 RLOGD("callRingInd: isGsm %d", isGsm); in callRingInd() 7266 convertIntToRadioIndicationType(indicationType), isGsm, record); in callRingInd()
|