Searched refs:DeviceStateType (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 237 ::android::hardware::radio::V1_0::DeviceStateType deviceStateType,
|
D | Radio.cpp | 799 int32_t /* serial */, ::android::hardware::radio::V1_0::DeviceStateType /* deviceStateType */, in sendDeviceState() argument
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_misc.cpp | 948 radio->sendDeviceState(serial, DeviceStateType::POWER_SAVE_MODE, true); in TEST_P()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1534 * @param state The updated state. See the definition of state at DeviceStateType. 1538 oneway sendDeviceState(int32_t serial, DeviceStateType deviceStateType, bool state);
|
D | types.hal | 1153 enum DeviceStateType : int32_t {
|
/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() 2773 if (deviceStateType == DeviceStateType::LOW_DATA_EXPECTED) { in sendDeviceState()
|