Searched refs:getModemStackStatus (Results 1 – 10 of 10) sorted by relevance
56 Return<void> resEnabled = radio_v1_3->getModemStackStatus(serial); in TEST_P()74 TEST_P(RadioHidlTest_v1_3, getModemStackStatus) { in TEST_P() argument77 Return<void> res = radio_v1_3->getModemStackStatus(serial); in TEST_P()
71 ScopedAStatus RadioModem::getModemStackStatus(int32_t serial) { in getModemStackStatus() function in android::hardware::radio::compat::RadioModem73 mHal1_5->getModemStackStatus(serial); in getModemStackStatus()
115 void getModemStackStatus(in int serial); in getModemStackStatus() method
46 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
42 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
45 oneway void getModemStackStatus(in int serial); in getModemStackStatus() method
32 ::ndk::ScopedAStatus getModemStackStatus(int32_t serial) override;
132 ndk::ScopedAStatus resEnabled = radio_modem->getModemStackStatus(serial); in TEST_P()150 TEST_P(RadioModemTest, getModemStackStatus) { in TEST_P() argument160 ndk::ScopedAStatus res = radio_modem->getModemStackStatus(serial); in TEST_P()
75 oneway getModemStackStatus(int32_t serial);