Lines Matching refs:EmulatedCameraDeviceHwlImpl
29 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()
160 status_t EmulatedCameraDeviceHwlImpl::GetPhysicalCameraCharacteristics( in GetPhysicalCameraCharacteristics()
185 status_t EmulatedCameraDeviceHwlImpl::SetTorchMode(TorchMode mode) { in SetTorchMode()
200 status_t EmulatedCameraDeviceHwlImpl::TurnOnTorchWithStrengthLevel(int32_t torch_strength) { in TurnOnTorchWithStrengthLevel()
219 status_t EmulatedCameraDeviceHwlImpl::GetTorchStrengthLevel(int32_t& torch_strength) const { in GetTorchStrengthLevel()
230 status_t EmulatedCameraDeviceHwlImpl::ConstructDefaultRequestSettings( in ConstructDefaultRequestSettings()
253 status_t EmulatedCameraDeviceHwlImpl::DumpState(int /*fd*/) { in DumpState()
257 status_t EmulatedCameraDeviceHwlImpl::CreateCameraDeviceSessionHwl( in CreateCameraDeviceSessionHwl()
282 bool EmulatedCameraDeviceHwlImpl::IsStreamCombinationSupported( in IsStreamCombinationSupported()
292 int32_t EmulatedCameraDeviceHwlImpl::GetDefaultTorchStrengthLevel() const { in GetDefaultTorchStrengthLevel()
303 int32_t EmulatedCameraDeviceHwlImpl::GetMaximumTorchStrengthLevel() const { in GetMaximumTorchStrengthLevel()