/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/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 …]
|
D | wifi_hal_stub.h | 154 NanCallbackHandler handlers);
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 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; 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/ |
D | wifi_hal_mock.h | 89 NanCallbackHandler handlers);
|
D | wifi_nan_hal_mock.cpp | 308 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/ |
D | DefaultPermissionGrantPolicy.java | 726 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/ |
D | Android.mk | 33 handlers.c
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ |
D | EventBus.java | 696 ArrayList<EventHandler> handlers = mEventTypeMap.get(clz); in dumpInternal() local 697 for (EventHandler handler : handlers) { in dumpInternal()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 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… 168 used as default event handlers.
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | input-latency.jd | 75 and output, separate buffer queue completion handlers are used for each side. There is no
|
D | opensl-prog-notes.jd | 211 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
|
D | opensl-for-android.jd | 652 <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/ |
D | wifi_hal_stub.cpp | 365 NanCallbackHandler handlers) { in wifi_nan_register_handler_stub() argument
|
/frameworks/base/docs/html/topic/libraries/data-binding/ |
D | index.jd | 396 <variable name="handlers" type="com.example.Handlers"/> 406 android:onClick="@{handlers::onClickFriend}"/> 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/ |
D | simple.jd | 124 response handlers with checks for {@code getActivity() == null},
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 122 Once you apply your layout, set up the event handlers that trigger the zoom animation.
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 572 /* Define as the return type of signal handlers (`int' or `void'). */
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
D | dialogs.jd | 581 // Build the dialog and set up the button click handlers
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/ |
D | dialogs.jd | 581 // Build the dialog and set up the button click handlers
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
D | dialogs.jd | 581 // Build the dialog and set up the button click handlers
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
D | dialogs.jd | 581 // Build the dialog and set up the button click handlers
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
D | dialogs.jd | 581 // Build the dialog and set up the button click handlers
|
/frameworks/base/docs/html/preview/features/ |
D | multi-window.jd | 131 video in their {@link android.app.Activity#onPause onPause()} handlers.
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 303 the UI thread, without requiring you to handle threads and/or handlers yourself.</p>
|