Home
last modified time | relevance | path

Searched refs:hal_device_state (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc1138 google_camera_hal::DeviceState& hal_device_state) { in ConvertToHalDeviceState() argument
1141 hal_device_state = google_camera_hal::DeviceState::kNormal; in ConvertToHalDeviceState()
1144 hal_device_state = google_camera_hal::DeviceState::kBackCovered; in ConvertToHalDeviceState()
1147 hal_device_state = google_camera_hal::DeviceState::kFrontCovered; in ConvertToHalDeviceState()
1150 hal_device_state = google_camera_hal::DeviceState::kFolded; in ConvertToHalDeviceState()
Dhidl_utils.h196 google_camera_hal::DeviceState& hal_device_state);