Home
last modified time | relevance | path

Searched defs:nvReadItem (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DIRadioModem.aidl44 oneway void nvReadItem(in int serial, in android.hardware.radio.modem.NvItem itemId); in nvReadItem() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl51 oneway void nvReadItem(in int serial, in android.hardware.radio.modem.NvItem itemId); in nvReadItem() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl51 oneway void nvReadItem(in int serial, in android.hardware.radio.modem.NvItem itemId); in nvReadItem() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl50 oneway void nvReadItem(in int serial, in android.hardware.radio.modem.NvItem itemId); in nvReadItem() method
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DIRadioModem.aidl139 void nvReadItem(in int serial, in NvItem itemId); in nvReadItem() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp83 ScopedAStatus RadioModem::nvReadItem(int32_t serial, aidl::NvItem itemId) { in nvReadItem() function in android::hardware::radio::compat::RadioModem
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp253 TEST_P(RadioModemTest, nvReadItem) { in TEST_P() argument
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp583 TEST_P(RadioHidlTest, nvReadItem) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp695 Return<void> Radio::nvReadItem(int32_t /* serial */, in nvReadItem() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp2263 Return<void> RadioImpl::nvReadItem(int32_t serial, NvItem itemId) { in nvReadItem() function in RadioImpl