Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp444 TEST_P(RadioHidlTest, getDeviceIdentity) { in TEST_P() argument
448 radio->getDeviceIdentity(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp585 Return<void> Radio::getDeviceIdentity(int32_t /* serial */) { in getDeviceIdentity() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h181 Return<void> getDeviceIdentity(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1088 oneway getDeviceIdentity(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp358 Return<void> getDeviceIdentity(int32_t serial);
1919 Return<void> RadioImpl::getDeviceIdentity(int32_t serial) { in getDeviceIdentity() function in RadioImpl