Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp29 std::unique_ptr<CameraDeviceHwl> EmulatedCameraDeviceHwlImpl::Create( in Create()
33 auto device = std::unique_ptr<EmulatedCameraDeviceHwlImpl>( in Create()
34 new EmulatedCameraDeviceHwlImpl(camera_id, std::move(static_meta), in Create()
56 EmulatedCameraDeviceHwlImpl::EmulatedCameraDeviceHwlImpl( in EmulatedCameraDeviceHwlImpl() function in android::EmulatedCameraDeviceHwlImpl
65 uint32_t EmulatedCameraDeviceHwlImpl::GetCameraId() const { in GetCameraId()
69 status_t EmulatedCameraDeviceHwlImpl::Initialize() { in Initialize()
105 status_t EmulatedCameraDeviceHwlImpl::GetResourceCost( in GetResourceCost()
113 status_t EmulatedCameraDeviceHwlImpl::GetCameraCharacteristics( in GetCameraCharacteristics()
124 status_t EmulatedCameraDeviceHwlImpl::GetPhysicalCameraCharacteristics( in GetPhysicalCameraCharacteristics()
149 status_t EmulatedCameraDeviceHwlImpl::SetTorchMode(TorchMode mode) { in SetTorchMode()
[all …]
DEmulatedCameraProviderHWLImpl.cpp911 *camera_device_hwl = EmulatedCameraDeviceHwlImpl::Create( in CreateCameraDeviceHwl()