Searched defs:broker (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_process_unittest.cc41 static void CloseChannel(BrokerProcess* broker) { broker->CloseChannel(); } argument
44 static int GetIPCDescriptor(const BrokerProcess* broker) { argument
45 return broker->broker_client_->GetIPCDescriptor();
66 // Destroy the broker and check it has exited properly.
128 // The broker process will allow this, but the normal permission system
258 // Open cpuinfo via the broker.
330 // Open cpuinfo via the broker.
350 // Compare the cpuinfo as returned by the broker with the one we opened
403 // Write to the descriptor opened by the broker
[all...]
/external/libmojo/mojo/edk/system/
H A Dnode_controller.cc22 #include "mojo/edk/system/broker.h"
231 // TODO(amistry): Consider the need for a broker on Windows.
233 // On posix, use the bootstrap channel for the broker and receive the node's
234 // channel synchronously as the first message from the broker.
243 // the broker was unable to negotiate a NodeChannel pipe. In this case we
349 // Shared buffer creation failure is fatal, so always use the broker when we
351 // the broker for shared buffer creation even though that process is
591 // node's parent or broker (i.e. we don't know its process handle), ask
592 // the broker to relay for us.
593 scoped_refptr<NodeChannel> broker local
615 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local
645 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local
778 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local
854 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); local
971 scoped_refptr<NodeChannel> broker; local
[all...]

Completed in 367 milliseconds