Home
last modified time | relevance | path

Searched refs:VideoControlSupportAdapter (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_control_support_adapter_impl.h27 explicit ArkVideoControlSupportAdapterImpl(std::shared_ptr<OHOS::NWeb::VideoControlSupportAdapter>);
36 std::shared_ptr<OHOS::NWeb::VideoControlSupportAdapter> real_;
H A Dark_video_control_support_adapter_impl.cpp23 std::shared_ptr<OHOS::NWeb::VideoControlSupportAdapter> ref) in ArkVideoControlSupportAdapterImpl()
H A Dark_video_device_descriptor_adapter_impl.cpp50 std::shared_ptr<NWeb::VideoControlSupportAdapter> adapter = real_->GetControlSupport(); in GetControlSupport()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_device_descriptor_adapter_impl.h33 std::shared_ptr<VideoControlSupportAdapter> GetControlSupport() override;
47 void SetControlSupport(std::shared_ptr<VideoControlSupportAdapter>);
60 std::shared_ptr<VideoControlSupportAdapter> control_support_ = nullptr;
H A Dvideo_control_support_adapter_impl.h23 class VideoControlSupportAdapterImpl : public VideoControlSupportAdapter {
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_device_descriptor_adapter_mock.cpp35 std::shared_ptr<VideoControlSupportAdapter> VideoDeviceDescriptorAdapterImpl::GetControlSupport() in GetControlSupport()
67 void VideoDeviceDescriptorAdapterImpl::SetControlSupport(std::shared_ptr<VideoControlSupportAdapter> support) in SetControlSupport()
H A Dvideo_device_descriptor_adapter_impl.cpp35 std::shared_ptr<VideoControlSupportAdapter> VideoDeviceDescriptorAdapterImpl::GetControlSupport() in GetControlSupport()
70 void VideoDeviceDescriptorAdapterImpl::SetControlSupport(std::shared_ptr<VideoControlSupportAdapter> support) in SetControlSupport()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_control_support_adapter_wrapper.h25 class ArkVideoControlSupportAdapterWrapper : public NWeb::VideoControlSupportAdapter {
H A Dark_video_device_descriptor_adapter_wrapper.h35 std::shared_ptr<NWeb::VideoControlSupportAdapter> GetControlSupport() override;
H A Dark_video_device_descriptor_adapter_wrapper.cpp57 std::shared_ptr<NWeb::VideoControlSupportAdapter> ArkVideoDeviceDescriptorAdapterWrapper::GetControlSupport() in GetControlSupport()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h100 class VideoControlSupportAdapter { class
102 VideoControlSupportAdapter() = default;
104 virtual ~VideoControlSupportAdapter() = default;
140 virtual std::shared_ptr<VideoControlSupportAdapter> GetControlSupport() = 0;

Completed in 5 milliseconds