Searched refs:deviceStateType (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 237 ::android::hardware::radio::V1_0::DeviceStateType deviceStateType,
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1533 * @param deviceStateType The updated device state type. 1538 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 448 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()
|