Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 30) sorted by relevance

12

/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/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 …]
Dwifi_hal_stub.h154 NanCallbackHandler handlers);
/frameworks/base/tools/preload/
Dsorttable.js383 var handlers = element.events[type];
384 if (!handlers) {
385 handlers = element.events[type] = {};
388 handlers[0] = element["on" + type];
392 handlers[handler.$$guid] = handler;
416 var handlers = this.events[event.type];
418 for (var i in handlers) {
419 this.$$handleEvent = handlers[i];
/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_hal_mock.h89 NanCallbackHandler handlers);
Dwifi_nan_hal_mock.cpp308 NanCallbackHandler handlers) { in wifi_nan_register_handler_mock() argument
310 mCallbackHandlers = handlers; in wifi_nan_register_handler_mock()
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java726 List<ResolveInfo> handlers = mService.queryIntentServices(intent, in getDefaultSystemHandlerServicePackageLPr() local
729 if (handlers == null) { in getDefaultSystemHandlerServicePackageLPr()
732 final int handlerCount = handlers.size(); in getDefaultSystemHandlerServicePackageLPr()
734 ResolveInfo handler = handlers.get(i); in getDefaultSystemHandlerServicePackageLPr()
/frameworks/wilhelm/src/
DAndroid.mk33 handlers.c
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
DEventBus.java696 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz); in dumpInternal() local
697 for (EventHandler handler : handlers) { in dumpInternal()
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd36 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…
168 used as default event handlers.
/frameworks/base/docs/html/ndk/guides/audio/
Dinput-latency.jd75 and output, separate buffer queue completion handlers are used for each side. There is no
Dopensl-prog-notes.jd211 Callback handlers are generally called synchronously with respect to the event. That is, at the
221 Callback handlers are called from internal non-application threads that are not attached to the
418 For simultaneous input and output, separate buffer queue completion handlers are used for each
Dopensl-for-android.jd652 <li>Application callback handlers generally run in a restricted context. They should be written
656 <li>Callback handlers should be prepared to be called more or less frequently, to receive
/frameworks/opt/net/wifi/service/lib/
Dwifi_hal_stub.cpp365 NanCallbackHandler handlers) { in wifi_nan_register_handler_stub() argument
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd396 &lt;variable name="handlers" type="com.example.Handlers"/&gt;
406 android:onClick="&commat;{handlers::onClickFriend}"/&gt;
523 Some specialized click event handlers exist and they need an attribute other than
1613 Binding adapter methods may optionally take the old values in their handlers. A method
1629 Event handlers may only be used with interfaces or abstract classes with one abstract method.
1651 We must then create two interfaces to differentiate the attributes and handlers for them.
/frameworks/base/docs/html/training/volley/
Dsimple.jd124 response handlers with checks for {@code getActivity() == null},
/frameworks/base/docs/html/training/animation/
Dzoom.jd122 Once you apply your layout, set up the event handlers that trigger the zoom animation.
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake572 /* Define as the return type of signal handlers (`int' or `void'). */
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Ddialogs.jd581 // Build the dialog and set up the button click handlers
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Ddialogs.jd581 // Build the dialog and set up the button click handlers
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Ddialogs.jd581 // Build the dialog and set up the button click handlers
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Ddialogs.jd581 // Build the dialog and set up the button click handlers
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Ddialogs.jd581 // Build the dialog and set up the button click handlers
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd131 video in their {@link android.app.Activity#onPause onPause()} handlers.
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd303 the UI thread, without requiring you to handle threads and/or handlers yourself.</p>

12