Home
last modified time | relevance | path

Searched full:handlers (Results 1 – 25 of 82) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/os/
DBroadcasterTest.java112 * 2 handlers request the same message, with different translations in test2()
121 * 1000 handlers request the same message, with different translations in test3()
130 * Two handlers request different messages, with translations, sending in test4()
165 * Two handlers request different messages, with translations, sending in test5()
200 * Two handlers request same message. Cancel the request for the in test6()
/frameworks/base/core/java/android/ddm/
DDdmRegister.java31 * Register handlers for all known chunk types.
37 * way so that the handlers can use Android classes with native calls
47 Log.v("ddm", "Registering DDM message handlers"); in registerHandlers()
/frameworks/base/tools/preload/
Dsorttable.js382 // create a hash table of event handlers for each element/event pair
383 var handlers = element.events[type];
384 if (!handlers) {
385 handlers = element.events[type] = {};
388 handlers[0] = element["on" + type];
392 handlers[handler.$$guid] = handler;
415 // get a reference to the hash table of event handlers
416 var handlers = this.events[event.type];
418 for (var i in handlers) {
419 this.$$handleEvent = handlers[i];
/frameworks/base/core/java/android/app/backup/
DBackupAgentHelper.java33 * install the handlers for each kind of data it wishes to manage within its backups.
61 * Run the backup process on each of the configured handlers.
70 * Run the restore process on each of the configured handlers.
/frameworks/compile/slang/
Dslang_rs_pragma_handler.h72 // Add handlers for the RS pragmas to the preprocessor. These handlers
Dslang_rs_ast_replace.cpp135 slangAssert(false && "Both case and default have specialized handlers"); in VisitSwitchCase()
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd11 <li><a href="#EventHandlers">Event Handlers</a></li>
36 class using the class <a href="#EventHandlers">event handlers</a>.</p>
159 <p class="note"><strong>Note:</strong> Android will call event handlers first and then the appropri…
160 handlers from the class definition second. As such, returning <em>true</em> from these event listen…
165 <h2 id="EventHandlers">Event Handlers</h2>
168 used as default event handlers.
/frameworks/base/sax/java/android/sax/
Dpackage.html3 A framework that makes it easy to write efficient and robust SAX handlers.
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h79 // Async event handlers (called from the AudioSfDecoder's event loop)
84 // Async event handlers (called from GenericPlayer's event loop)
Dandroid_AudioToCbRenderer.h36 // Async event handlers (called from GenericPlayer's event loop)
Dandroid_LocAVPlayer.cpp46 // Event handlers
Dandroid_AudioToCbRenderer.cpp48 // Event handlers
Dandroid_GenericMediaPlayer.h99 // Async event handlers (called from GenericPlayer's event loop)
/frameworks/base/docs/html/
Dapp.yaml15 handlers:
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java467 // pass the event to handlers in cancelGesture()
596 // pass the event to handlers in touchDown()
671 // pass the event to handlers in touchMove()
691 // pass the event to handlers in touchUp()
720 // pass the event to handlers in cancelGesture()
/frameworks/base/core/java/com/android/internal/util/
DAsyncChannel.java35 * <p>An asynchronous channel between two handlers.</p>
37 * <p>The handlers maybe in the same process or in another process. There
269 * connect two local Handlers synchronously.
283 * Fully connect two local Handlers synchronously.
410 * Connect two local Handlers.
/frameworks/wilhelm/src/
Dhandlers.c20 #include "handlers.h"
DThreadPool.h27 /** Closure handlers */
Dhandler_bodies.c19 // Handlers should return a mask of the attributes which they actually handled,
DAndroid.mk33 handlers.c
/frameworks/wilhelm/src/android/include/
DAacBqToPcmCbRenderer.h48 // Async event handlers (called from GenericPlayer's event loop)
/frameworks/compile/mclinker/lib/Support/
DMsgHandling.cpp51 // If we reached here, we are failing ungracefully. Run the interrupt handlers in Diagnose()
/frameworks/base/test-runner/src/android/test/
DLoaderTestCase.java35 // Force class loading of AsyncTask on the main thread so that it's handlers are tied to
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java87 * Holds the formatter for all Android log handlers.
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h102 // handlers for messages

1234