Home
last modified time | relevance | path

Searched refs:deviceStateType (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/radio/1.2/default/
DRadio.h237 ::android::hardware::radio::V1_0::DeviceStateType deviceStateType,
/hardware/interfaces/radio/1.0/
DIRadio.hal1533 * @param deviceStateType The updated device state type.
1538 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
/hardware/ril/libril/
Dril_service.cpp448 Return<void> sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
2767 Return<void> RadioImpl::sendDeviceState(int32_t serial, DeviceStateType deviceStateType, in sendDeviceState() argument
2773 if (deviceStateType == DeviceStateType::LOW_DATA_EXPECTED) { in sendDeviceState()
2783 dispatchInts(serial, mSlotId, RIL_REQUEST_SEND_DEVICE_STATE, 2, (int) deviceStateType, in sendDeviceState()