HomeSort by relevance Sort by last modified time
    Searched full:broker (Results 26 - 50 of 56) sorted by null

12 3

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 302 NotifyBroker broker = null; local
304 broker = mNotifierMap.get(uri);
305 if (broker == null) {
306 broker = new NotifyBroker(mDefaultMainHandler);
308 .registerContentObserver(uri, true, broker);
309 mNotifierMap.put(uri, broker);
312 broker.registerNotifier(notifier);
  /external/libmojo/mojo/edk/system/
node_controller.h 36 class Broker;
273 // The name of our broker node, if any.
276 // A queue of pending child names waiting to be connected to a broker.
279 // Messages waiting to be relayed by the broker once it's known.
311 // Broker for sync shared buffer creation (non-Mac posix-only) in children.
312 std::unique_ptr<Broker> broker_;
BUILD.gn 22 "broker.h",
broker_host_posix.cc 112 LOG(ERROR) << "Unexpected broker message type: " << header->type;
node_channel.cc 86 // This data is followed by a platform channel handle to the broker.
91 // This data may be followed by a platform channel handle to the broker. If not,
92 // then the parent is the broker and its channel should be used as such.
245 // broker on launch.
404 // the wrapper. The broker then takes the handles attached to the wrapper and
407 // that they can be transferred to the broker.
core.cc 782 // TODO: Broker through the parent when necessary.
    [all...]
  /external/libchrome/base/mac/
mach_port_broker.h 87 // Name used to identify a particular port broker.
96 // Stores mach info for every process in the broker.
mach_port_broker.mm 165 // Take the lock and update the broker information.
  /external/v8/tools/turbolizer/
schedule-view.js 8 constructor(id, broker) {
9 super(id, broker, null, false);
disassembly-view.js 8 constructor(id, broker) {
9 super(id, broker, null, false);
index.html 85 <script src="selection-broker.js"></script>
graph-view.js 8 constructor (d3, id, nodes, edges, broker) {
9 super(id, broker);
34 broker.clear(selectionHandler);
47 broker.select(selectionHandler, locations, selected);
97 broker.addSelectionHandler(selectionHandler);
  /external/libchrome/sandbox/win/src/
sandbox_types.h 72 // Could not map view of shared memory in broker.
127 // Contains the pointer to a target or broker service.
security_level.h 63 // the existing broker process token. The resulting token that will be
65 // and on the broker token itself.
70 // broker is process might be started by a user that belongs to the Admins
crosscall_params.h 250 // Set the flag to tell the broker to update the buffer once the call is
  /external/libchrome/sandbox/linux/syscall_broker/
broker_client.cc 89 RAW_LOG(ERROR, "Could not make request to broker process");
broker_policy.h 31 // what the broker will allow.
broker_host.cc 41 // make a direct system call since we want to keep in control of the broker
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 127 // with sync broker).
  /frameworks/base/tools/preload/
Record.java 53 "com.google.android.setupwarlock:broker",
  /external/libmojo/ipc/
ipc_message_attachment_set.h 32 // 3) TYPE_BROKERABLE_ATTACHMENT is transmitted by the Attachment Broker.
  /external/libmojo/mojo/edk/test/
mojo_test_base.cc 58 // broker only allows task ports to be received from known child processes.
  /system/core/libcutils/include/private/
android_filesystem_config.h 109 #define AID_DBUS 1038 /* dbus-daemon IPC broker process */
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.pom 212 <artifactId>activemq-broker</artifactId>
  /frameworks/support/compat/java/android/support/v4/util/
PatternsCompat.java 45 + "|bradesco|bridgestone|broadway|broker|brother|brussels|budapest|build|builders|business"

Completed in 1318 milliseconds

12 3