Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dbroker_messages.h16 enum BrokerMessageType : uint32_t { enum
23 BrokerMessageType type;
63 BrokerMessageType type,
82 BrokerMessageType type, in CreateBrokerMessage()
Dbroker_host.cc72 CreateBrokerMessage(BrokerMessageType::INIT, 1, 0, &data); in SendChannel()
76 CreateBrokerMessage(BrokerMessageType::INIT, 1, nullptr); in SendChannel()
97 BrokerMessageType::INIT, 0, sizeof(*name_data) * pipe_name.length(), in SendNamedChannel()
130 BrokerMessageType::BUFFER_RESPONSE, handles.size(), 0, &response); in OnBufferRequest()
151 case BrokerMessageType::BUFFER_REQUEST: in OnChannelMessage()
Dbroker_posix.cc28 BrokerMessageType expected_type, in WaitForBrokerMessage()
81 if (WaitForBrokerMessage(fd, BrokerMessageType::INIT, 1, 0, in Broker()
100 BrokerMessageType::BUFFER_REQUEST, 0, 0, &buffer_request); in GetWritableSharedMemoryRegion()
125 sync_channel_.GetFD().get(), BrokerMessageType::BUFFER_RESPONSE, in GetWritableSharedMemoryRegion()
Dbroker_win.cc46 BrokerMessageType expected_type) { in WaitForBrokerMessage()
89 sync_channel_.GetHandle().Get(), BrokerMessageType::INIT); in Broker()
128 BrokerMessageType::BUFFER_REQUEST, 0, 0, &buffer_request); in GetWritableSharedMemoryRegion()
143 sync_channel_.GetHandle().Get(), BrokerMessageType::BUFFER_RESPONSE); in GetWritableSharedMemoryRegion()