Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs106 LibvdaEvent::NotifyError(resp) => { in from()
107 DecoderEvent::NotifyError(VideoError::VdaFailure(resp)) in from()
Dmod.rs134 NotifyError(VideoError), enumerator
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs360 NotifyError(err) => EncoderEvent::NotifyError { in read_event()
Dencoder.rs63 NotifyError { enumerator
Dmod.rs1351 EncoderEvent::NotifyError { error } => stream.notify_error(error), in process_event()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc309 void InterfaceEndpointClient::NotifyError( in NotifyError() function in mojo::InterfaceEndpointClient
367 base::Bind(&InterfaceEndpointClient::NotifyError, in OnAssociationEvent()
Dmultiplex_router.cc785 client->NotifyError(disconnect_reason); in ProcessNotifyErrorTask()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h108 void NotifyError(const base::Optional<DisconnectReason>& reason);
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.h255 void NotifyError(const TracingError&);
Dtracing_muxer_impl.cc313 NotifyError(TracingError{TracingError::kDisconnected, "Peer disconnected"}); in OnDisconnect()
354 NotifyError(TracingError{TracingError::kTracingFailed, error}); in OnTracingDisabled()
375 void TracingMuxerImpl::ConsumerImpl::NotifyError(const TracingError& error) { in NotifyError() function in perfetto::internal::TracingMuxerImpl::ConsumerImpl
/external/libchrome/mojo/core/
Dinvitation_unittest.cc591 void NotifyError(const std::string& error_message, bool disconnected) { in NotifyError() function in mojo::core::__anon207052f00111::RemoteProcessState
621 state->NotifyError(error_message, in TestProcessErrorHandler()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc723 client->NotifyError(reason); in NotifyEndpointOfError()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs1078 DecoderEvent::NotifyError(error) => { in process_event()