Home
last modified time | relevance | path

Searched refs:DeviceStateType (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/radio/1.2/default/
DRadio.h237 ::android::hardware::radio::V1_0::DeviceStateType deviceStateType,
DRadio.cpp799 int32_t /* serial */, ::android::hardware::radio::V1_0::DeviceStateType /* deviceStateType */, in sendDeviceState() argument
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp948 radio->sendDeviceState(serial, DeviceStateType::POWER_SAVE_MODE, true); in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadio.hal1534 * @param state The updated state. See the definition of state at DeviceStateType.
1538 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
Dtypes.hal1153 enum DeviceStateType : int32_t {
/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()
2773 if (deviceStateType == DeviceStateType::LOW_DATA_EXPECTED) { in sendDeviceState()