Home
last modified time | relevance | path

Searched refs:BrokerMessageType (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/edk/system/
Dbroker_messages.h15 enum BrokerMessageType : uint32_t { enum
22 BrokerMessageType type;
46 BrokerMessageType type,
65 BrokerMessageType type, in CreateBrokerMessage()
Dbroker_host.cc66 CreateBrokerMessage(BrokerMessageType::INIT, 1, 0, &data); in SendChannel()
70 CreateBrokerMessage(BrokerMessageType::INIT, 1, nullptr); in SendChannel()
92 BrokerMessageType::INIT, 0, sizeof(*name_data) * pipe_name.length(), in SendNamedChannel()
111 BrokerMessageType::BUFFER_RESPONSE, buffer ? 2 : 0, nullptr); in OnBufferRequest()
133 case BrokerMessageType::BUFFER_REQUEST: in OnChannelMessage()
Dbroker_posix.cc27 BrokerMessageType expected_type, in WaitForBrokerMessage()
80 if (WaitForBrokerMessage(sync_channel_.get(), BrokerMessageType::INIT, 1, in Broker()
97 BrokerMessageType::BUFFER_REQUEST, 0, 0, &buffer_request); in GetSharedBuffer()
112 BrokerMessageType::BUFFER_RESPONSE, 2, in GetSharedBuffer()