Home
last modified time | relevance | path

Searched refs:notifyError (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/js/lib/
Drouter.js119 setTimeout(endpoint.client.notifyError.bind(endpoint.client), 0);
257 setTimeout(endpoint.client.notifyError.bind(endpoint.client, reason),
272 endpoint.client.notifyError.bind(
Dinterface_endpoint_client.js50 setTimeout(this.notifyError.bind(this, this.handle_.disconnectReason()),
192 InterfaceEndpointClient.prototype.notifyError = function(reason) { method in InterfaceEndpointClient
/external/mesa3d/src/glx/
Dglxglvnd.c76 imports->notifyError = NULL; in __glx_Main()
/external/v4l2_codec2/include/
DVideoDecodeAcceleratorAdaptor.h69 virtual void notifyError(Result error) = 0;
DC2VDAComponent.h135 virtual void notifyError(VideoDecodeAcceleratorAdaptor::Result error) override;
/external/v4l2_codec2/
DC2VDAAdaptor.cpp197 mClient->notifyError(convertErrorCode(error)); in NotifyError()
DC2VDAAdaptorProxy.cpp114 mClient->notifyError(convertErrorCode(error)); in NotifyError()
DC2VDAComponent.cpp1553 void C2VDAComponent::notifyError(VideoDecodeAcceleratorAdaptor::Result error) { in notifyError() function in android::C2VDAComponent