Searched refs:getDeviceIdentity (Results 1 – 5 of 5) sorted by relevance
444 TEST_P(RadioHidlTest, getDeviceIdentity) { in TEST_P() argument448 radio->getDeviceIdentity(serial); in TEST_P()
585 Return<void> Radio::getDeviceIdentity(int32_t /* serial */) { in getDeviceIdentity() function in android::hardware::radio::V1_2::implementation::Radio
181 Return<void> getDeviceIdentity(int32_t serial) override;
1088 oneway getDeviceIdentity(int32_t serial);
358 Return<void> getDeviceIdentity(int32_t serial);1919 Return<void> RadioImpl::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in RadioImpl