Home
last modified time | relevance | path

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

12345

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DGeneralHprofDumpHandler.java27 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/
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/opt/net/wifi/service/jni/
Dcom_android_server_wifi_nan_WifiNanNative.cpp219 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/
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/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/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/compile/slang/
Dslang_rs_pragma_handler.h72 // Add handlers for the RS pragmas to the preprocessor. These handlers
/frameworks/base/sax/java/android/sax/
Dpackage.html3 A framework that makes it easy to write efficient and robust SAX handlers.
/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/docs/html/
Dapp.yaml15 handlers:
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h77 // Async event handlers (called from the AudioSfDecoder's event loop)
82 // Async event handlers (called from GenericPlayer's event loop)
Dandroid_AudioToCbRenderer.h36 // Async event handlers (called from GenericPlayer's event loop)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
DEventBus.java162 * <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/
DRecentsVisibilityChangedEvent.java24 * This is sent when the visibility of the RecentsActivity for the current user changes. Handlers
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java470 // 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/
DConnectivityThread.java26 * resource for their handlers instead of creating separate threads of their own.
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyServiceProxy.java26 * post them onto shortcut handlers.
/frameworks/wilhelm/src/
Dhandlers.c20 #include "handlers.h"
/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/android/include/
DAacBqToPcmCbRenderer.h48 // Async event handlers (called from GenericPlayer's event loop)
/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_hal_mock.h89 NanCallbackHandler handlers);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java111 // 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/
DMsgHandling.cpp49 // handlers in Diagnose()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java69 * 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/
DLooper.java61 * 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

12345