Home
last modified time | relevance | path

Searched refs:callRing (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp102 Return<void> RadioIndication::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h464 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp119 Return<void> RadioIndication_v1_1::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h484 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp154 Return<void> RadioIndication_v1_3::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h552 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp153 Return<void> RadioIndication_v1_2::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h578 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp194 Return<void> RadioIndication_v1_4::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h647 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp235 Return<void> RadioIndication_v1_5::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h746 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal197 * There must be at least one callRing() at the beginning
201 * code must generate multiple callRing() if
211 oneway callRing(RadioIndicationType type, bool isGsm, CdmaSignalInfoRecord record);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp260 Return<void> RadioIndication_v1_6::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1014 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/ril/libril/
Dril_service.cpp7265 Return<void> retStatus = radioService[slotId]->mRadioIndication->callRing( in callRingInd()