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

/external/libmojo/mojo/edk/system/
H A Dmessage_pipe_dispatcher.cc68 pipe_id_(pipe_id),
109 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_
144 DVLOG(2) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_
361 DVLOG(2) << "Getting signal state for pipe " << pipe_id_ << " endpoint "
380 DVLOG(2) << "Adding awakable to pipe " << pipe_id_ << " endpoint "
398 DVLOG(2) << "Removing awakable from pipe " << pipe_id_ << " endpoint "
417 state->pipe_id = pipe_id_;
539 DVLOG(2) << "New message detected on message pipe " << pipe_id_
544 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id_
H A Ddata_pipe_consumer_dispatcher.cc82 pipe_id_(pipe_id),
96 DVLOG(1) << "Closing data pipe consumer " << pipe_id_;
341 state->pipe_id = pipe_id_;
490 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " notifying peer: "
509 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_;
523 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure"
556 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that "
H A Ddata_pipe_producer_dispatcher.cc81 pipe_id_(pipe_id),
96 DVLOG(1) << "Closing data pipe producer " << pipe_id_;
323 state->pipe_id = pipe_id_;
468 DVLOG(1) << "Data pipe producer " << pipe_id_ << " notifying peer: "
487 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_;
501 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware of peer closure"
533 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware that "
H A Ddata_pipe_consumer_dispatcher.h99 const uint64_t pipe_id_; member in class:mojo::edk::final
H A Ddata_pipe_producer_dispatcher.h101 const uint64_t pipe_id_; member in class:mojo::edk::final
H A Dmessage_pipe_dispatcher.h102 const uint64_t pipe_id_; member in class:mojo::edk::MessagePipeDispatcher

Completed in 70 milliseconds