Home
last modified time | relevance | path

Searched refs:ScreenCaptureClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_client.cpp26 std::shared_ptr<ScreenCaptureClient> ScreenCaptureClient::Create( in Create()
29 …std::shared_ptr<ScreenCaptureClient> screenCapture = std::make_shared<ScreenCaptureClient>(ipcProx… in Create()
39 ScreenCaptureClient::ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy) in ScreenCaptureClient() function in OHOS::Media::ScreenCaptureClient
45 int32_t ScreenCaptureClient::CreateListenerObject() in CreateListenerObject()
61 ScreenCaptureClient::~ScreenCaptureClient() in ~ScreenCaptureClient()
81 void ScreenCaptureClient::MediaServerDied() in MediaServerDied()
91 void ScreenCaptureClient::Release() in Release()
105 int32_t ScreenCaptureClient::SetDataType(DataType dataType) in SetDataType()
119 int32_t ScreenCaptureClient::SetOutputFile(int32_t fd) in SetOutputFile()
211 int32_t ScreenCaptureClient::StopScreenCapture() in StopScreenCapture()
[all …]
H A Dscreen_capture_client.h25 class ScreenCaptureClient : public IScreenCaptureService, public NoCopyable {
27 …static std::shared_ptr<ScreenCaptureClient> Create(const sptr<IStandardScreenCaptureService> &ipcP…
28 explicit ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy);
29 ~ScreenCaptureClient();
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp261 …std::shared_ptr<ScreenCaptureClient> screenCapture = ScreenCaptureClient::Create(screenCaptureProx… in CreateScreenCaptureService()
412 auto screenCaptureClient = std::static_pointer_cast<ScreenCaptureClient>(it); in DoMediaServerDied()