Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/
DRadioIndication-messaging.cpp57 Return<void> RadioIndication::newSms(V1_0::RadioIndicationType type, const hidl_vec<uint8_t>& pdu) { in newSms() function in android::hardware::radio::compat::RadioIndication
59 messagingCb()->newSms(toAidl(type), pdu); in newSms()
/hardware/interfaces/radio/aidl/android/hardware/radio/messaging/
DIRadioMessagingIndication.aidl66 void newSms(in RadioIndicationType type, in byte[] pdu); in newSms() method
/hardware/interfaces/radio/aidl/vts/
Dradio_messaging_indication.cpp36 ndk::ScopedAStatus RadioMessagingIndication::newSms(RadioIndicationType /*type*/, in newSms() function in RadioMessagingIndication
Dradio_messaging_utils.h123 virtual ndk::ScopedAStatus newSms(RadioIndicationType type,
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/2/android/hardware/radio/messaging/
DIRadioMessagingIndication.aidl40 oneway void newSms(in android.hardware.radio.RadioIndicationType type, in byte[] pdu); in newSms() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/current/android/hardware/radio/messaging/
DIRadioMessagingIndication.aidl40 oneway void newSms(in android.hardware.radio.RadioIndicationType type, in byte[] pdu); in newSms() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/1/android/hardware/radio/messaging/
DIRadioMessagingIndication.aidl40 oneway void newSms(in android.hardware.radio.RadioIndicationType type, in byte[] pdu); in newSms() method
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp34 Return<void> RadioIndication::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h427 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp50 Return<void> RadioIndication_v1_1::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h447 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp83 Return<void> RadioIndication_v1_2::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h540 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp84 Return<void> RadioIndication_v1_3::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h513 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp123 Return<void> RadioIndication_v1_4::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h607 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp164 Return<void> RadioIndication_v1_5::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h706 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/1.0/
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
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp189 Return<void> RadioIndication_v1_6::newSms(RadioIndicationType /*type*/, in newSms() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h974 Return<void> newSms(RadioIndicationType type,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h69 Return<void> newSms(V1_0::RadioIndicationType type, const hidl_vec<uint8_t>& pdu) override;
/hardware/ril/libril/
Dril_service.cpp6848 Return<void> retStatus = radioService[slotId]->mRadioIndication->newSms( in newSmsInd()