Searched refs:handlers (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DGeneralHprofDumpHandler.java27 private List<IHprofDumpHandler> handlers = new ArrayList<>(); field in class:GeneralHprofDumpHandler
30 synchronized (handlers) {
31 handlers.add(h);
36 synchronized (handlers) {
37 handlers.remove(h);
42 synchronized (handlers) {
43 return new ArrayList<>(handlers);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_nan_WifiNanNative.cpp219 NanCallbackHandler handlers; local
220 handlers.NotifyResponse = OnNanNotifyResponse;
221 handlers.EventPublishTerminated = OnNanEventPublishTerminated;
222 handlers.EventMatch = OnNanEventMatch;
223 handlers.EventMatchExpired = OnNanEventMatchExpired;
224 handlers.EventSubscribeTerminated = OnNanEventSubscribeTerminated;
225 handlers.EventFollowup = OnNanEventFollowup;
226 handlers.EventDiscEngEvent = OnNanEventDiscEngEvent;
227 handlers.EventDisabled = OnNanEventDisabled;
228 handlers
[all...]
H A Dwifi_hal_stub.h154 NanCallbackHandler handlers);
/frameworks/base/tools/preload/
H A 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[
[all...]
/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_hal_mock.h89 NanCallbackHandler handlers);
H A Dwifi_nan_hal_mock.cpp308 NanCallbackHandler handlers) {
310 mCallbackHandlers = handlers;
307 wifi_nan_register_handler_mock(wifi_interface_handle iface, NanCallbackHandler handlers) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A 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
696 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz);
697 for (EventHandler handler : handlers) {
978 * Sorts the event handlers by priority and registration time.
/frameworks/wilhelm/src/
H A DAndroid.mk35 handlers.c
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java69 * platform components and default handlers in the system such
242 Log.i(TAG, "Granting permissions to default platform handlers for user " + userId);
783 List<ResolveInfo> handlers = mService.queryIntentServices(intent,
786 if (handlers == null) {
789 final int handlerCount = handlers.size();
791 ResolveInfo handler = handlers.get(i);
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp365 NanCallbackHandler handlers) {
364 wifi_nan_register_handler_stub(wifi_interface_handle iface, NanCallbackHandler handlers) argument
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 1035 milliseconds