Home
last modified time | relevance | path

Searched refs:getModemStackStatus (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_api.cpp56 Return<void> resEnabled = radio_v1_3->getModemStackStatus(serial); in TEST_P()
74 TEST_P(RadioHidlTest_v1_3, getModemStackStatus) { in TEST_P() argument
77 Return<void> res = radio_v1_3->getModemStackStatus(serial); in TEST_P()
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/
DRadioModem.cpp71 ScopedAStatus RadioModem::getModemStackStatus(int32_t serial) { in getModemStackStatus() function in android::hardware::radio::compat::RadioModem
73 mHal1_5->getModemStackStatus(serial); in getModemStackStatus()
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DIRadioModem.aidl115 void getModemStackStatus(in int serial); in getModemStackStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DIRadioModem.aidl46 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DIRadioModem.aidl42 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DIRadioModem.aidl46 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DIRadioModem.aidl45 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioModem.h32 ::ndk::ScopedAStatus getModemStackStatus(int32_t serial) override;
/hardware/interfaces/radio/aidl/vts/
Dradio_modem_test.cpp132 ndk::ScopedAStatus resEnabled = radio_modem->getModemStackStatus(serial); in TEST_P()
150 TEST_P(RadioModemTest, getModemStackStatus) { in TEST_P() argument
160 ndk::ScopedAStatus res = radio_modem->getModemStackStatus(serial); in TEST_P()
/hardware/interfaces/radio/1.3/
DIRadio.hal75 oneway getModemStackStatus(int32_t serial);