Home
last modified time | relevance | path

Searched refs:EmulatedCameraDeviceHwlImpl (Results 1 – 3 of 3) 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()
117 status_t EmulatedCameraDeviceHwlImpl::GetResourceCost( in GetResourceCost()
125 status_t EmulatedCameraDeviceHwlImpl::GetCameraCharacteristics( in GetCameraCharacteristics()
140 status_t EmulatedCameraDeviceHwlImpl::GetSessionCharacteristics( in GetSessionCharacteristics()
147 std::vector<uint32_t> EmulatedCameraDeviceHwlImpl::GetPhysicalCameraIds() const { in GetPhysicalCameraIds()
[all …]
DEmulatedCameraDeviceHWLImpl.h43 class EmulatedCameraDeviceHwlImpl : public CameraDeviceHwl {
50 virtual ~EmulatedCameraDeviceHwlImpl() = default;
92 EmulatedCameraDeviceHwlImpl(uint32_t camera_id,
DEmulatedCameraProviderHWLImpl.cpp937 *camera_device_hwl = EmulatedCameraDeviceHwlImpl::Create( in CreateCameraDeviceHwl()