Home
last modified time | relevance | path

Searched refs:newSms (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp34 Return<void> RadioIndication::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h427 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp50 Return<void> RadioIndication_v1_1::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h447 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp83 Return<void> RadioIndication_v1_2::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h540 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp84 Return<void> RadioIndication_v1_3::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h513 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp123 Return<void> RadioIndication_v1_4::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h607 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal58 * Server must not send newSms() nor newSmsStatusReport() messages until a
65 oneway newSms(RadioIndicationType type, vec<uint8_t> pdu);
72 * Server must not send newSms() nor newSmsStatusReport() messages until a
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp164 Return<void> RadioIndication_v1_5::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h706 Return<void> newSms(RadioIndicationType type,
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp189 Return<void> RadioIndication_v1_6::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h974 Return<void> newSms(RadioIndicationType type,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java172 public void newSms(int indicationType, ArrayList<Byte> pdu) { in newSms() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp6848 Return<void> retStatus = radioService[slotId]->mRadioIndication->newSms( in newSmsInd()