Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.cc92 pipe_id_(pipe_id), in MessagePipeDispatcher()
133 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_ in Close()
145 DVLOG(4) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_ in WriteMessage()
280 state->pipe_id = pipe_id_; in EndSerialize()
411 DVLOG(4) << "New message detected on message pipe " << pipe_id_ in OnPortStatusChanged()
416 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id_ in OnPortStatusChanged()
Ddata_pipe_producer_dispatcher.cc94 DVLOG(1) << "Closing data pipe producer " << pipe_id_; in Close()
268 state->pipe_id = pipe_id_; in EndSerialize()
386 pipe_id_(pipe_id), in DataPipeProducerDispatcher()
453 DVLOG(1) << "Data pipe producer " << pipe_id_ in NotifyWrite()
472 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
488 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
520 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Ddata_pipe_consumer_dispatcher.cc95 DVLOG(1) << "Closing data pipe consumer " << pipe_id_; in Close()
309 state->pipe_id = pipe_id_; in EndSerialize()
426 pipe_id_(pipe_id), in DataPipeConsumerDispatcher()
506 DVLOG(1) << "Data pipe consumer " << pipe_id_ in NotifyRead()
525 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
541 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
574 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Dmessage_pipe_dispatcher.h94 const uint64_t pipe_id_; variable
Ddata_pipe_producer_dispatcher.h93 const uint64_t pipe_id_; variable
Ddata_pipe_consumer_dispatcher.h94 const uint64_t pipe_id_; variable