Searched refs:notifyError (Results 1 – 8 of 8) sorted by relevance
119 setTimeout(endpoint.client.notifyError.bind(endpoint.client), 0);257 setTimeout(endpoint.client.notifyError.bind(endpoint.client, reason),272 endpoint.client.notifyError.bind(
50 setTimeout(this.notifyError.bind(this, this.handle_.disconnectReason()),192 InterfaceEndpointClient.prototype.notifyError = function(reason) { method in InterfaceEndpointClient
76 imports->notifyError = NULL; in __glx_Main()
69 virtual void notifyError(Result error) = 0;
135 virtual void notifyError(VideoDecodeAcceleratorAdaptor::Result error) override;
197 mClient->notifyError(convertErrorCode(error)); in NotifyError()
114 mClient->notifyError(convertErrorCode(error)); in NotifyError()
1553 void C2VDAComponent::notifyError(VideoDecodeAcceleratorAdaptor::Result error) { in notifyError() function in android::C2VDAComponent