Home
last modified time | relevance | path

Searched refs:DeviceState (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp36 using android::hardware::camera::provider::V2_5::DeviceState;
157 hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
174 hardware::hidl_bitfield<DeviceState> mCurrentState = 0xFFFFFFFF; // Unlikely to be a real state
437 static_cast<hardware::hidl_bitfield<DeviceState>>(DeviceState::NORMAL)) in TEST()
441 static_cast<hardware::hidl_bitfield<DeviceState>>(DeviceState::FOLDED)); in TEST()
445 static_cast<hardware::hidl_bitfield<DeviceState>>(DeviceState::FOLDED)) in TEST()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzStateMachine.java87 class DeviceState { class
98 public DeviceState(GsmCdmaPhone phone) { in DeviceState() method in NitzStateMachine.DeviceState
DNewNitzStateMachine.java86 private final DeviceState mDeviceState;
96 new DeviceState(phone), in NewNitzStateMachine()
102 DeviceState deviceState, TimeZoneLookupHelper timeZoneLookupHelper) { in NewNitzStateMachine()
DOldNitzStateMachine.java87 private final DeviceState mDeviceState;
97 new DeviceState(phone), in OldNitzStateMachine()
103 DeviceState deviceState, TimeZoneLookupHelper timeZoneLookupHelper) { in OldNitzStateMachine()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h211 android::hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> newState);
286 android::hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> mDeviceState;
320 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState> mDeviceState;
332 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
366 hardware::hidl_bitfield<hardware::camera::provider::V2_5::DeviceState>
DCameraProviderManager.cpp74 mDeviceState = static_cast<hardware::hidl_bitfield<provider::V2_5::DeviceState>>( in initialize()
75 provider::V2_5::DeviceState::NORMAL); in initialize()
280 hardware::hidl_bitfield<provider::V2_5::DeviceState> newState) { in notifyDeviceStateChange()
1175 hardware::hidl_bitfield<provider::V2_5::DeviceState> currentDeviceState) { in initialize()
1627 hardware::hidl_bitfield<provider::V2_5::DeviceState> newDeviceState) { in notifyDeviceStateChange()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1731 using hardware::camera::provider::V2_5::DeviceState; in notifyDeviceStateChange()
1732 hardware::hidl_bitfield<DeviceState> newDeviceState{}; in notifyDeviceStateChange()
1734 newDeviceState |= DeviceState::BACK_COVERED; in notifyDeviceStateChange()
1737 newDeviceState |= DeviceState::FRONT_COVERED; in notifyDeviceStateChange()
1740 newDeviceState |= DeviceState::FOLDED; in notifyDeviceStateChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNewNitzStateMachineTest.java79 private NewNitzStateMachine.DeviceState mDeviceState;
DOldNitzStateMachineTest.java80 private OldNitzStateMachine.DeviceState mDeviceState;
/frameworks/base/config/
Dpreloaded-classes4824 com.android.internal.telephony.NitzStateMachine$DeviceState