Searched refs:DeviceState (Results 1 – 17 of 17) 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;
933 DeviceState /*device_state*/) { in NotifyDeviceStateChange()
38 using ::android::hardware::camera::provider::V2_5::DeviceState;84 hardware::hidl_bitfield<DeviceState> newState) override;
61 using ::android::hardware::camera::provider::V2_5::DeviceState;195 const hardware::hidl_bitfield<DeviceState> hidl_device_state,196 google_camera_hal::DeviceState& hal_device_state);
1137 const hardware::hidl_bitfield<DeviceState> hidl_device_state, in ConvertToHalDeviceState()1138 google_camera_hal::DeviceState& hal_device_state) { in ConvertToHalDeviceState()1139 switch (static_cast<DeviceState>(hidl_device_state)) { in ConvertToHalDeviceState()1140 case DeviceState::NORMAL: in ConvertToHalDeviceState()1141 hal_device_state = google_camera_hal::DeviceState::kNormal; in ConvertToHalDeviceState()1143 case DeviceState::BACK_COVERED: in ConvertToHalDeviceState()1144 hal_device_state = google_camera_hal::DeviceState::kBackCovered; in ConvertToHalDeviceState()1146 case DeviceState::FRONT_COVERED: in ConvertToHalDeviceState()1147 hal_device_state = google_camera_hal::DeviceState::kFrontCovered; in ConvertToHalDeviceState()1149 case DeviceState::FOLDED: in ConvertToHalDeviceState()[all …]
385 hardware::hidl_bitfield<DeviceState> new_state) { in notifyDeviceStateChange()386 google_camera_hal::DeviceState device_state = in notifyDeviceStateChange()387 google_camera_hal::DeviceState::kNormal; in notifyDeviceStateChange()
70 status_t NotifyDeviceStateChange(google_camera_hal::DeviceState device_state);
337 google_camera_hal::DeviceState device_state) { in NotifyDeviceStateChange()
114 status_t NotifyDeviceStateChange(DeviceState /*device_state*/) override { in NotifyDeviceStateChange() argument
66 notifyDeviceStateChange(bitfield<DeviceState> newState);
373 enum class DeviceState : uint64_t { enum
588 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in SetUp()735 void notifyDeviceState(::android::hardware::camera::provider::V2_5::DeviceState newState);5903 notifyDeviceState(provider::V2_5::DeviceState::BACK_COVERED); in TEST_P()5904 notifyDeviceState(provider::V2_5::DeviceState::NORMAL); in TEST_P()8191 uint64_t maxPublicState = ((uint64_t) provider::V2_5::DeviceState::FOLDED) << 1; in verifyCameraCharacteristics()8676 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState()8680 static_cast<hidl_bitfield<provider::V2_5::DeviceState>>(newState)); in notifyDeviceState()