Searched refs:ScreenCaptureListenerProxy (Results 1 – 2 of 2) sorted by relevance
26 ScreenCaptureListenerProxy::ScreenCaptureListenerProxy(const sptr<IRemoteObject> &impl) in ScreenCaptureListenerProxy() function in OHOS::Media::ScreenCaptureListenerProxy32 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()
45 class ScreenCaptureListenerProxy : public IRemoteProxy<IStandardScreenCaptureListener>, public NoCo…47 explicit ScreenCaptureListenerProxy(const sptr<IRemoteObject> &impl);48 virtual ~ScreenCaptureListenerProxy();56 static inline BrokerDelegator<ScreenCaptureListenerProxy> delegator_;