Home
last modified time | relevance | path

Searched refs:pipe_id_ (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/system/
Dmessage_pipe_dispatcher.cc166 pipe_id_(pipe_id), in MessagePipeDispatcher()
207 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_ in Close()
242 DVLOG(4) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_ in WriteMessage()
414 DVLOG(2) << "Getting signal state for pipe " << pipe_id_ << " endpoint " in AddAwakable()
433 DVLOG(2) << "Adding awakable to pipe " << pipe_id_ << " endpoint " in AddAwakable()
451 DVLOG(2) << "Removing awakable from pipe " << pipe_id_ << " endpoint " in RemoveAwakable()
470 state->pipe_id = pipe_id_; in EndSerialize()
588 DVLOG(4) << "New message detected on message pipe " << pipe_id_ in OnPortStatusChanged()
593 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id_ in OnPortStatusChanged()
Ddata_pipe_producer_dispatcher.cc81 pipe_id_(pipe_id), in DataPipeProducerDispatcher()
96 DVLOG(1) << "Closing data pipe producer " << pipe_id_; in Close()
322 state->pipe_id = pipe_id_; in EndSerialize()
468 DVLOG(1) << "Data pipe producer " << pipe_id_ << " notifying peer: " in NotifyWrite()
487 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
501 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
533 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Ddata_pipe_consumer_dispatcher.cc82 pipe_id_(pipe_id), in DataPipeConsumerDispatcher()
96 DVLOG(1) << "Closing data pipe consumer " << pipe_id_; in Close()
344 state->pipe_id = pipe_id_; in EndSerialize()
504 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " notifying peer: " in NotifyRead()
523 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
537 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
570 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Dmessage_pipe_dispatcher.h101 const uint64_t pipe_id_; variable
Ddata_pipe_consumer_dispatcher.h98 const uint64_t pipe_id_; variable
Ddata_pipe_producer_dispatcher.h101 const uint64_t pipe_id_; variable