HomeSort by relevance Sort by last modified time
    Searched full:dispatcher (Results 201 - 225 of 793) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /external/autotest/scheduler/
scheduler_models_unittest.py 258 @return hqe, dispatcher: Mock object of hqe and dispatcher to be used
267 dispatcher = self.god.create_mock_class(monitor_db.BaseDispatcher,
270 dispatcher.get_agents_for_entry.expect_call(hqe).and_return([agent])
272 return hqe, dispatcher
278 hqe, dispatcher = self.setup_abort_test(agent_finished=False)
281 hqe.abort(dispatcher)
290 hqe, dispatcher = self.setup_abort_test(agent_finished=True)
292 hqe.abort(dispatcher)
  /system/connectivity/shill/ethernet/
ethernet.cc 70 EventDispatcher* dispatcher,
77 dispatcher,
89 eap_listener_(new EapListener(dispatcher, interface_index)),
228 dispatcher()->PostTask(try_eap_authentication_callback_.callback());
243 dispatcher()->PostTask(Bind(&Ethernet::CertificationTask,
250 dispatcher()->PostTask(Bind(&Ethernet::EAPEventTask,
260 dispatcher()->PostTask(
516 dispatcher(),
524 dispatcher(),
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.cpp 167 btDispatcher* /*dispatcher*/,
193 btDispatcher* dispatcher)
201 m_paircache->removeOverlappingPairsContainingProxy(proxy,dispatcher);
285 btDispatcher* /*dispatcher*/)
353 btDispatcher* /*dispatcher*/)
390 void btDbvtBroadphase::calculateOverlappingPairs(btDispatcher* dispatcher)
392 collide(dispatcher);
413 performDeferredRemoval(dispatcher);
417 void btDbvtBroadphase::performDeferredRemoval(btDispatcher* dispatcher)
474 m_paircache->cleanOverlappingPair(pair,dispatcher);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 71 /* Waits for previous events to be dispatched so that the input dispatcher can determine
171 * Input dispatcher configuration.
173 * Specifies various options that modify the behavior of the input dispatcher.
175 * and are passed into the dispatcher during initialization.
191 * Input dispatcher policy interface.
217 /* Gets the input dispatcher configuration. */
274 * The dispatcher is expected to be mostly asynchronous. */
281 /* Dumps the state of the input dispatcher.
286 /* Called by the heatbeat to ensures that the dispatcher has not deadlocked. */
292 * This method should only be called on the input dispatcher thread
    [all...]
  /frameworks/volley/src/main/java/com/android/volley/
RequestQueue.java 67 * any dispatcher.
79 /** Number of network request dispatcher threads to start. */
94 /** The cache dispatcher. */
105 * @param threadPoolSize Number of network dispatcher threads to create
121 * @param threadPoolSize Number of network dispatcher threads to create
143 // Create the cache dispatcher and start it.
  /system/connectivity/shill/
device_unittest.cc 102 EventDispatcher* dispatcher,
109 : Device(control_interface, dispatcher, metrics, manager, link_name,
177 dispatcher(),
185 metrics_(dispatcher()) {
187 DHCPProvider::GetInstance()->dispatcher_ = dispatcher();
388 dispatcher(),
412 dispatcher(),
455 dispatcher(),
491 dispatcher(),
605 dispatcher(),
    [all...]
async_connection.cc 37 EventDispatcher* dispatcher,
41 dispatcher_(dispatcher),
link_monitor.h 57 EventDispatcher* dispatcher, // Owned by caller; can't be NULL.
101 // Dispatcher on which to create delayed tasks.
passive_link_monitor.cc 47 EventDispatcher* dispatcher,
50 dispatcher_(dispatcher),
passive_link_monitor.h 46 EventDispatcher* dispatcher,
78 // The dispatcher on which to create delayed tasks.
power_manager.cc 49 PowerManager::PowerManager(EventDispatcher* dispatcher,
51 : dispatcher_(dispatcher),
ppp_device.cc 37 EventDispatcher* dispatcher,
42 : VirtualDevice(control, dispatcher, metrics, manager, link_name,
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc 101 // If the handler elects to skip the compilation unit, the dispatcher
122 // If the handler elects to skip the root DIE, the dispatcher should
148 // dispatcher should tell the reader so --- and avoid deleting the
182 // The dispatcher should pass attribute values through to the die
246 // Drive the dispatcher.
363 // Drive the dispatcher.
489 // The dispatcher.
516 // handlers on the stack when the dispatcher is destructed.
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyConstraintSolver.h 76 virtual btScalar solveGroup(btCollisionObject** bodies,int numBodies,btPersistentManifold** manifold,int numManifolds,btTypedConstraint** constraints,int numConstraints,const btContactSolverInfo& info, btIDebugDraw* debugDrawer,btDispatcher* dispatcher);
79 virtual void solveMultiBodyGroup(btCollisionObject** bodies,int numBodies,btPersistentManifold** manifold,int numManifolds,btTypedConstraint** constraints,int numConstraints,btMultiBodyConstraint** multiBodyConstraints, int numMultiBodyConstraints, const btContactSolverInfo& info, btIDebugDraw* debugDrawer,btDispatcher* dispatcher);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java 19 import com.squareup.okhttp.Dispatcher;
52 client.setDispatcher(new Dispatcher(new ThreadPoolExecutor(benchmark.concurrencyLevel,
  /external/xmlrpcpp/src/
XmlRpcClient.h 68 //! Handle server responses. Called by the event dispatcher during execute.
118 // Event dispatcher
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
HandlerDispatcher.java 46 * Create a dispatcher that forwards it's dispatch calls by posting
52 * @return a dispatcher that will forward it's dispatch calls to a handler
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DispatchThread.java 53 "Trying to run job on interrupted dispatcher thread");
118 Log.w(TAG, "Dispatcher thread wait() interrupted, exiting");
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 20 import com.google.mockwebserver.Dispatcher;
41 private static class SingleResponseDispatcher extends Dispatcher {
  /system/connectivity/shill/dbus/
chromeos_modem_manager_proxy.cc 34 EventDispatcher* dispatcher,
44 dispatcher_(dispatcher),
  /system/connectivity/shill/dhcp/
dhcp_provider.cc 82 EventDispatcher* dispatcher,
87 dispatcher_ = dispatcher;
  /system/connectivity/shill/vpn/
vpn_driver.h 81 VPNDriver(EventDispatcher* dispatcher,
86 EventDispatcher* dispatcher() const { return dispatcher_; } function in class:shill::VPNDriver
  /system/connectivity/shill/wifi/
tdls_manager.cc 47 EventDispatcher* dispatcher,
50 : dispatcher_(dispatcher),
  /external/autotest/frontend/afe/
management.py 12 # connection won't work and the dispatcher will simply never call the method.

Completed in 776 milliseconds

1 2 3 4 5 6 7 891011>>