Searched refs:camera_device_hwl_ (Results 1 – 2 of 2) sorted by relevance
64 camera_device_hwl_ = std::move(camera_device_hwl); in Initialize()72 return camera_device_hwl_->GetResourceCost(cost); in GetResourceCost()78 status_t res = camera_device_hwl_->GetCameraCharacteristics(characteristics); in GetCameraCharacteristics()92 status_t res = camera_device_hwl_->GetPhysicalCameraCharacteristics( in GetPhysicalCameraCharacteristics()105 return camera_device_hwl_->SetTorchMode(mode); in SetTorchMode()110 return camera_device_hwl_->DumpState(fd); in DumpState()122 status_t res = camera_device_hwl_->CreateCameraDeviceSessionHwl( in CreateCameraDeviceSession()144 camera_device_hwl_->IsStreamCombinationSupported(stream_config); in IsStreamCombinationSupported()
91 std::unique_ptr<CameraDeviceHwl> camera_device_hwl_; variable