Home
last modified time | relevance | path

Searched refs:getDeviceIdentity (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp445 TEST_P(RadioHidlTest, getDeviceIdentity) { in TEST_P() argument
449 radio->getDeviceIdentity(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h181 Return<void> getDeviceIdentity(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1094 oneway getDeviceIdentity(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp344 Return<void> getDeviceIdentity(int32_t serial);
1895 Return<void> RadioImpl::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in RadioImpl