Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DIRadioModem.aidl45 oneway void nvResetConfig(in int serial, in android.hardware.radio.modem.ResetNvType resetType); in nvResetConfig() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl52 oneway void nvResetConfig(in int serial, in android.hardware.radio.modem.ResetNvType resetType); in nvResetConfig() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl52 oneway void nvResetConfig(in int serial, in android.hardware.radio.modem.ResetNvType resetType); in nvResetConfig() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl51 oneway void nvResetConfig(in int serial, in android.hardware.radio.modem.ResetNvType resetType); in nvResetConfig() method
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DIRadioModem.aidl152 void nvResetConfig(in int serial, in ResetNvType resetType); in nvResetConfig() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp89 ScopedAStatus RadioModem::nvResetConfig(int32_t serial, aidl::ResetNvType resetType) { in nvResetConfig() function in android::hardware::radio::compat::RadioModem
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp315 TEST_P(RadioModemTest, nvResetConfig) { in TEST_P() argument
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp644 TEST_P(RadioHidlTest, nvResetConfig) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp712 Return<void> Radio::nvResetConfig(int32_t /* serial */, in nvResetConfig() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp2310 Return<void> RadioImpl::nvResetConfig(int32_t serial, ResetNvType resetType) { in nvResetConfig() function in RadioImpl