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.cc68 pipe_id_(pipe_id), in MessagePipeDispatcher()
109 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_ in Close()
144 DVLOG(2) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_ in WriteMessage()
361 DVLOG(2) << "Getting signal state for pipe " << pipe_id_ << " endpoint " in AddAwakable()
380 DVLOG(2) << "Adding awakable to pipe " << pipe_id_ << " endpoint " in AddAwakable()
398 DVLOG(2) << "Removing awakable from pipe " << pipe_id_ << " endpoint " in RemoveAwakable()
417 state->pipe_id = pipe_id_; in EndSerialize()
539 DVLOG(2) << "New message detected on message pipe " << pipe_id_ in OnPortStatusChanged()
544 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()
323 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()
341 state->pipe_id = pipe_id_; in EndSerialize()
490 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " notifying peer: " in NotifyRead()
509 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
523 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
556 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Dmessage_pipe_dispatcher.h102 const uint64_t pipe_id_; variable
Ddata_pipe_consumer_dispatcher.h99 const uint64_t pipe_id_; variable
Ddata_pipe_producer_dispatcher.h101 const uint64_t pipe_id_; variable