Home
last modified time | relevance | path

Searched refs:sptr (Results 3601 - 3625 of 8999) sorted by relevance

1...<<141142143144145146147148149150>>...360

/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_common.h32 const std::vector<sptr<AudioDeviceDescriptor>> &deviceDescriptors,
37 void ConvertAudioDeviceDescriptor2DeviceInfo(DeviceInfo &deviceInfo, sptr<AudioDeviceDescriptor> audioDeviceDescriptor);
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/routing_manager_test/include/
H A Daudio_routing_manager_unit_test.h39 virtual void OnPreferredOutputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {}; in OnPreferredOutputDeviceUpdated()
45 virtual void OnPreferredInputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {}; in OnPreferredInputDeviceUpdated()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h29 static sptr<EglSurface> CreateEglSurfaceAsProducer(sptr<IBufferProducer>& producer);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos.cpp29 SurfaceOhos::SurfaceOhos(const sptr<Surface>& producer) in SurfaceOhos()
35 std::shared_ptr<SurfaceBase> SurfaceOhos::CreateSurface(sptr<Surface> surface) in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/ressched/include/
H A Dressched_event_listener.h28 static sptr<ResschedEventListener> GetInstance() noexcept;
37 static sptr<ResschedEventListener> instance_;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.h33 sptr<Surface> pSurface_;
34 sptr<IConsumerSurface> cSurface_;
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_receiver_impl.h35 sptr<ImageImpl> ReadNextImage();
36 sptr<ImageImpl> ReadLatestImage();
/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/
H A Dcamera_app_manager_client.cpp25 sptr<CameraAppManagerClient> CameraAppManagerClient::cameraAppManagerClient_;
38 sptr<CameraAppManagerClient>& CameraAppManagerClient::GetInstance() in GetInstance()
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_video_processing_session_callback_proxy.h28 const sptr<IRemoteObject>& remote) in DeferredVideoProcessingSessionCallbackProxy()
39 const sptr<IPCFileDescriptor>& fd) override;
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncontrollerproxy_fuzzer/
H A Davsession_controller_proxy_fuzzer.h28 explicit AvsessionControllerProxyFuzzerTest(const sptr<IRemoteObject> &impl) in AvsessionControllerProxyFuzzerTest()
31 sptr<IRemoteObject> GetRemote() in GetRemote()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dmacro_photo_session.cpp22 MacroPhotoSession::MacroPhotoSession(sptr<ICaptureSession>& captureSession) : CaptureSession(captureSession) {} in MacroPhotoSession()
24 bool MacroPhotoSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dportrait_session.h35 explicit PortraitSession(sptr<ICaptureSession> &PortraitSession): CaptureSession(PortraitSession) {} in PortraitSession()
62 bool CanAddOutput(sptr<CaptureOutput>& output) override;
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_video_processing_session.h39 const sptr<IPCFileDescriptor>& srcFd,
40 const sptr<IPCFileDescriptor>& dstFd) = 0;
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/include/
H A Ddetail_enhancer.h47 AlgoErrorCode Process(const sptr<SurfaceBuffer>& sourceImage, sptr<SurfaceBuffer>& destinationImage);
/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmedia_decrypt_module_service_proxy.h28 explicit MediaDecryptModuleServiceProxy(const sptr<IRemoteObject> &impl);
31 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_metadata_proxy.h27 explicit HStreamMetadataProxy(const sptr<IRemoteObject> &impl);
36 int32_t SetCallback(sptr<IStreamMetadataCallback>& callback) override;
H A Dhstream_depth_data_proxy.h26 explicit HStreamDepthDataProxy(const sptr<IRemoteObject>& impl);
33 int32_t SetCallback(sptr<IStreamDepthDataCallback>& callback) override;
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/command/
H A Dsession_command.h30 SessionCommand(const sptr<VideoSessionInfo>& sessionInfo);
38 sptr<VideoSessionInfo> sessionInfo_;
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.h40 OHOS::sptr<OHOS::Surface> surfaceConsumer_ = nullptr;
41 sptr<Rosen::Window> rosenWindow_;
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.h23 explicit AVSessionProxyTestOnServiceFuzzer(const sptr<IRemoteObject> &impl) in AVSessionProxyTestOnServiceFuzzer()
26 sptr<IRemoteObject> GetRemote() in GetRemote()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dcamera_report_dfx_uitls.h26 static sptr<CameraReportDfxUtils> &GetInstance();
52 static sptr<CameraReportDfxUtils> cameraReportDfx_;
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionproxy_fuzzer/
H A Davsessionproxy_fuzzer.h24 explicit AVSessionProxyTestFuzzer(const sptr<IRemoteObject> &impl) in AVSessionProxyTestFuzzer()
27 sptr<IRemoteObject> GetRemote() in GetRemote()
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.h33 int32_t CastSessionFromRemote(const sptr <AVSessionItem>& session, const std::string& sourceSessionId,
47 sptr <AVSessionItem> session_;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_appstate_observer.h35 sptr<ApplicationStateObserverStub> appStateObserver_ = nullptr;
38 sptr<IAppMgr> GetAppManagerInstance();
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_proxy_napi.h34 EXPORT sptr<PhotoProxy> photoProxy_;
35 EXPORT static thread_local sptr<PhotoProxy> sPhotoProxy_;

Completed in 13 milliseconds

1...<<141142143144145146147148149150>>...360