Searched refs:getDeviceIdentity (Results 1 – 13 of 13) sorted by relevance
46 ScopedAStatus RadioModem::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in android::hardware::radio::compat::RadioModem48 mHal1_5->getDeviceIdentity(serial); in getDeviceIdentity()
79 void getDeviceIdentity(in int serial); in getDeviceIdentity() method
43 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
39 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
42 oneway void getDeviceIdentity(in int serial); in getDeviceIdentity() method
28 ::ndk::ScopedAStatus getDeviceIdentity(int32_t serial) override;
198 TEST_P(RadioModemTest, getDeviceIdentity) { in TEST_P() argument208 radio_modem->getDeviceIdentity(serial); in TEST_P()
445 TEST_P(RadioHidlTest, getDeviceIdentity) { in TEST_P() argument449 radio->getDeviceIdentity(serial); in TEST_P()
181 Return<void> getDeviceIdentity(int32_t serial) override;
585 Return<void> Radio::getDeviceIdentity(int32_t /* serial */) { in getDeviceIdentity() function in android::hardware::radio::V1_2::implementation::Radio
1094 oneway getDeviceIdentity(int32_t serial);
344 Return<void> getDeviceIdentity(int32_t serial);1895 Return<void> RadioImpl::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in RadioImpl