Home
last modified time | relevance | path

Searched refs:getDeviceIdentity (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp46 ScopedAStatus RadioModem::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in android::hardware::radio::compat::RadioModem
48 mHal1_5->getDeviceIdentity(serial); in getDeviceIdentity()
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DIRadioModem.aidl79 void getDeviceIdentity(in int serial); in getDeviceIdentity() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl43 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DIRadioModem.aidl39 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl43 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl42 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioModem.h28 ::ndk::ScopedAStatus getDeviceIdentity(int32_t serial) override;
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp198 TEST_P(RadioModemTest, getDeviceIdentity) { in TEST_P() argument
208 radio_modem->getDeviceIdentity(serial); in TEST_P()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp445 TEST_P(RadioHidlTest, getDeviceIdentity) { in TEST_P() argument
449 radio->getDeviceIdentity(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h181 Return<void> getDeviceIdentity(int32_t serial) override;
DRadio.cpp585 Return<void> Radio::getDeviceIdentity(int32_t /* serial */) { in getDeviceIdentity() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/interfaces/radio/1.0/
DIRadio.hal1094 oneway getDeviceIdentity(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp344 Return<void> getDeviceIdentity(int32_t serial);
1895 Return<void> RadioImpl::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in RadioImpl