Home
last modified time | relevance | path

Searched refs:ScreenCaptureListenerProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.cpp26 ScreenCaptureListenerProxy::ScreenCaptureListenerProxy(const sptr<IRemoteObject> &impl) in ScreenCaptureListenerProxy() function in OHOS::Media::ScreenCaptureListenerProxy
32 ScreenCaptureListenerProxy::~ScreenCaptureListenerProxy() in ~ScreenCaptureListenerProxy()
37 void ScreenCaptureListenerProxy::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
43 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnError()
52 void ScreenCaptureListenerProxy::OnAudioBufferAvailable(bool isReady, AudioCaptureSourceType type) in OnAudioBufferAvailable()
58 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnAudioBufferAvailable()
67 void ScreenCaptureListenerProxy::OnVideoBufferAvailable(bool isReady) in OnVideoBufferAvailable()
73 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnVideoBufferAvailable()
81 void ScreenCaptureListenerProxy::OnStateChange(AVScreenCaptureStateCode stateCode) in OnStateChange()
87 bool token = data.WriteInterfaceToken(ScreenCaptureListenerProxy::GetDescriptor()); in OnStateChange()
H A Dscreen_capture_listener_proxy.h45 class ScreenCaptureListenerProxy : public IRemoteProxy<IStandardScreenCaptureListener>, public NoCo…
47 explicit ScreenCaptureListenerProxy(const sptr<IRemoteObject> &impl);
48 virtual ~ScreenCaptureListenerProxy();
56 static inline BrokerDelegator<ScreenCaptureListenerProxy> delegator_;