HomeSort by relevance Sort by last modified time
    Searched defs:out_message (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/core/
broker_posix.cc 99 Channel::MessagePtr out_message = CreateBrokerMessage( local
103 SocketWrite(sync_channel_.GetFD().get(), out_message->data(),
104 out_message->data_num_bytes());
109 out_message->data_num_bytes()) {
broker_win.cc 127 Channel::MessagePtr out_message = CreateBrokerMessage( local
132 ::WriteFile(sync_channel_.GetHandle().Get(), out_message->data(),
133 static_cast<DWORD>(out_message->data_num_bytes()),
136 static_cast<size_t>(bytes_written) != out_message->data_num_bytes()) {

Completed in 66 milliseconds