Searched refs:DeviceState (Results 1 – 21 of 21) sorted by relevance
42 using ::android::hardware::camera::provider::V2_5::DeviceState;51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
38 hidl_bitfield<DeviceState> /*newState*/) { in notifyDeviceStateChange() argument
41 hidl_bitfield<DeviceState> newState) { in notifyDeviceStateChange()
51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
79 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
33 using google_camera_hal::DeviceState;76 status_t NotifyDeviceStateChange(DeviceState device_state) override;
959 DeviceState /*device_state*/) { in NotifyDeviceStateChange()
20 * DeviceState:26 enum DeviceState : uint64_t {
66 notifyDeviceStateChange(bitfield<DeviceState> newState);
48 using ::android::hardware::camera::provider::V2_5::DeviceState;79 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
43 using ::android::hardware::camera::provider::V2_5::DeviceState;87 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
363 hidl_bitfield<DeviceState> /*newState*/) { in notifyDeviceStateChange() argument
75 virtual status_t NotifyDeviceStateChange(DeviceState device_state) = 0;
70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
340 google_camera_hal::DeviceState device_state) { in NotifyDeviceStateChange()
114 status_t NotifyDeviceStateChange(DeviceState /*device_state*/) override { in NotifyDeviceStateChange() argument
391 google_camera_hal::DeviceState device_state = in notifyDeviceStateChange()392 google_camera_hal::DeviceState::kNormal; in notifyDeviceStateChange()
1182 google_camera_hal::DeviceState& hal_device_state) { in ConvertToHalDeviceState()1185 hal_device_state = google_camera_hal::DeviceState::kNormal; in ConvertToHalDeviceState()1188 hal_device_state = google_camera_hal::DeviceState::kBackCovered; in ConvertToHalDeviceState()1191 hal_device_state = google_camera_hal::DeviceState::kFrontCovered; in ConvertToHalDeviceState()1194 hal_device_state = google_camera_hal::DeviceState::kFolded; in ConvertToHalDeviceState()
199 google_camera_hal::DeviceState& hal_device_state);
402 enum class DeviceState : uint64_t { enum
617 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in SetUp()765 void notifyDeviceState(::android::hardware::camera::provider::V2_5::DeviceState newState);5992 notifyDeviceState(provider::V2_5::DeviceState::BACK_COVERED); in TEST_P()5993 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in TEST_P()8151 uint64_t maxPublicState = ((uint64_t) provider::V2_5::DeviceState::FOLDED) << 1; in verifyCameraCharacteristics()8677 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState()8681 static_cast<hidl_bitfield<provider::V2_5::DeviceState>>(newState)); in notifyDeviceState()