Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dbase.js189 BenchmarkSuite.prototype.NotifyError = function(error) { method in BenchmarkSuite
190 if (this.runner.NotifyError) {
191 this.runner.NotifyError(this.name, error);
252 suite.NotifyError(e);
265 suite.NotifyError(e);
276 suite.NotifyError(e);
Drun.js61 NotifyError: PrintError, property
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h86 void NotifyError();
/external/v4l2_codec2/vda/
Dvideo_decode_accelerator.h199 virtual void NotifyError(Error error) = 0;
Dv4l2_slice_video_decode_accelerator.h171 void NotifyError(Error error);
Dv4l2_slice_video_decode_accelerator.cc461 void V4L2SliceVideoDecodeAccelerator::NotifyError(Error error) { in NotifyError() function in media::V4L2SliceVideoDecodeAccelerator
464 FROM_HERE, base::Bind(&V4L2SliceVideoDecodeAccelerator::NotifyError, in NotifyError()
470 client_->NotifyError(error); in NotifyError()
1860 NotifyError(error); in SetErrorState()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc264 void InterfaceEndpointClient::NotifyError() { in NotifyError() function in mojo::InterfaceEndpointClient
Dmultiplex_router.cc687 client->NotifyError(); in ProcessNotifyErrorTask()