Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp954 TEST_P(RadioHidlTest, sendDeviceState) { in TEST_P() argument
958 radio->sendDeviceState(serial, DeviceStateType::POWER_SAVE_MODE, true); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h236 Return<void> sendDeviceState(int32_t serial,
/hardware/interfaces/radio/1.0/
DIRadio.hal1553 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
/hardware/ril/libril/
Dril_service.cpp434 Return<void> sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
2743 Return<void> RadioImpl::sendDeviceState(int32_t serial, DeviceStateType deviceStateType, in sendDeviceState() function in RadioImpl