Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.h237 ::android::hardware::radio::V1_0::DeviceStateType deviceStateType,
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1548 * @param deviceStateType The updated device state type.
1553 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
/aosp12/hardware/ril/libril/
H A 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() argument
2749 if (deviceStateType == DeviceStateType::LOW_DATA_EXPECTED) { in sendDeviceState()
2759 dispatchInts(serial, mSlotId, RIL_REQUEST_SEND_DEVICE_STATE, 2, (int) deviceStateType, in sendDeviceState()