| /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
| D | GeneralHprofDumpHandler.java | 27 private List<IHprofDumpHandler> handlers = new ArrayList<>(); field in GeneralHprofDumpHandler 30 synchronized (handlers) { in addHandler() 31 handlers.add(h); in addHandler() 36 synchronized (handlers) { in removeHandler() 37 handlers.remove(h); in removeHandler() 42 synchronized (handlers) { in getIterationList() 43 return new ArrayList<>(handlers); in getIterationList()
|
| /frameworks/base/core/java/android/ddm/ |
| D | DdmRegister.java | 31 * 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/opt/net/wifi/service/jni/ |
| D | com_android_server_wifi_nan_WifiNanNative.cpp | 219 NanCallbackHandler handlers; in android_net_wifi_nan_register_handler() local 220 handlers.NotifyResponse = OnNanNotifyResponse; in android_net_wifi_nan_register_handler() 221 handlers.EventPublishTerminated = OnNanEventPublishTerminated; in android_net_wifi_nan_register_handler() 222 handlers.EventMatch = OnNanEventMatch; in android_net_wifi_nan_register_handler() 223 handlers.EventMatchExpired = OnNanEventMatchExpired; in android_net_wifi_nan_register_handler() 224 handlers.EventSubscribeTerminated = OnNanEventSubscribeTerminated; in android_net_wifi_nan_register_handler() 225 handlers.EventFollowup = OnNanEventFollowup; in android_net_wifi_nan_register_handler() 226 handlers.EventDiscEngEvent = OnNanEventDiscEngEvent; in android_net_wifi_nan_register_handler() 227 handlers.EventDisabled = OnNanEventDisabled; in android_net_wifi_nan_register_handler() 228 handlers.EventTca = OnNanEventTca; in android_net_wifi_nan_register_handler() [all …]
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| D | BroadcasterTest.java | 112 * 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/app/backup/ |
| D | BackupAgentHelper.java | 33 * 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/base/tools/preload/ |
| D | sorttable.js | 382 // 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/compile/slang/ |
| D | slang_rs_pragma_handler.h | 72 // Add handlers for the RS pragmas to the preprocessor. These handlers
|
| /frameworks/base/sax/java/android/sax/ |
| D | package.html | 3 A framework that makes it easy to write efficient and robust SAX handlers.
|
| /frameworks/base/docs/html/guide/topics/ui/ |
| D | ui-events.jd | 11 <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/docs/html/ |
| D | app.yaml | 15 handlers:
|
| /frameworks/wilhelm/src/android/ |
| D | android_AudioSfDecoder.h | 77 // Async event handlers (called from the AudioSfDecoder's event loop) 82 // Async event handlers (called from GenericPlayer's event loop)
|
| D | android_AudioToCbRenderer.h | 36 // Async event handlers (called from GenericPlayer's event loop)
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ |
| D | EventBus.java | 162 * <li>Because the event handlers are called back using reflection, the EventBus is not intended 165 * <li>Because the event handlers are called back using reflection, there will often be no 365 // Orders the handlers by priority and registration time 369 // Rank the handlers by priority descending, followed by registration time descending. 527 // For each of the event handlers the subscriber handles, remove all references of that in unregister() 696 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz); in dumpInternal() local 697 for (EventHandler handler : handlers) { in dumpInternal() 978 * Sorts the event handlers by priority and registration time.
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/ |
| D | RecentsVisibilityChangedEvent.java | 24 * This is sent when the visibility of the RecentsActivity for the current user changes. Handlers
|
| /frameworks/base/core/java/android/gesture/ |
| D | GestureOverlayView.java | 470 // pass the event to handlers in cancelGesture() 599 // pass the event to handlers in touchDown() 674 // pass the event to handlers in touchMove() 694 // pass the event to handlers in touchUp() 723 // pass the event to handlers in cancelGesture()
|
| /frameworks/base/core/java/android/net/ |
| D | ConnectivityThread.java | 26 * resource for their handlers instead of creating separate threads of their own.
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/ |
| D | ShortcutKeyServiceProxy.java | 26 * post them onto shortcut handlers.
|
| /frameworks/wilhelm/src/ |
| D | handlers.c | 20 #include "handlers.h"
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | AsyncChannel.java | 35 * <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/android/include/ |
| D | AacBqToPcmCbRenderer.h | 48 // Async event handlers (called from GenericPlayer's event loop)
|
| /frameworks/opt/net/wifi/tests/wifitests/jni/ |
| D | wifi_hal_mock.h | 89 NanCallbackHandler handlers);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | SmsBroadcastUndelivered.java | 111 // Tell handlers to start processing new messages and transit from the startup state to the in initialize() 113 // sure the state transition happen to all inbound sms handlers. in initialize()
|
| /frameworks/compile/mclinker/lib/Support/ |
| D | MsgHandling.cpp | 49 // handlers in Diagnose()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | DefaultPermissionGrantPolicy.java | 69 * platform components and default handlers in the system such 242 Log.i(TAG, "Granting permissions to default platform handlers for user " + userId); in grantDefaultSystemHandlerPermissions() 783 List<ResolveInfo> handlers = mService.queryIntentServices(intent, in getDefaultSystemHandlerServicePackageLPr() local 786 if (handlers == null) { in getDefaultSystemHandlerServicePackageLPr() 789 final int handlerCount = handlers.size(); in getDefaultSystemHandlerServicePackageLPr() 791 ResolveInfo handler = handlers.get(i); in getDefaultSystemHandlerServicePackageLPr()
|
| /frameworks/base/core/java/android/os/ |
| D | Looper.java | 61 * idle handlers and sync barriers are defined on the queue whereas preparing the 78 * This gives you a chance to create handlers that then reference
|