Home
last modified time | relevance | path

Searched defs:interceptor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifDismissInterceptor.java64 NotifDismissInterceptor interceptor, in onEndDismissInterception()
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java128 final BroadcastInterceptor interceptor = new BroadcastInterceptor(null, filter, null); in nextBroadcastIntent() local
167 final BroadcastInterceptor interceptor = i.next(); in unregisterReceiver() local
180 final BroadcastInterceptor interceptor = i.next(); in sendBroadcast() local
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp323 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
329 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
335 ANativeWindow_performInterceptor interceptor, void* data) { in ANativeWindow_setPerformInterceptor()
340 ANativeWindow_queueBufferInterceptor interceptor, in ANativeWindow_setQueueBufferInterceptor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java217 void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
604 NotifDismissInterceptor interceptor, in onEndDismissInterception()
DNotifPipeline.java124 public void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
/frameworks/native/libs/gui/
DSurface.cpp384 auto interceptor = c->mDequeueInterceptor; in hook_dequeueBuffer() local
404 auto interceptor = c->mCancelInterceptor; in hook_cancelBuffer() local
423 auto interceptor = c->mQueueInterceptor; in hook_queueBuffer() local
507 auto interceptor = c->mQueryInterceptor; in hook_query() local
1741 ANativeWindow_cancelBufferInterceptor interceptor = in dispatchAddCancelInterceptor() local
1751 ANativeWindow_dequeueBufferInterceptor interceptor = in dispatchAddDequeueInterceptor() local
1761 ANativeWindow_performInterceptor interceptor = va_arg(args, ANativeWindow_performInterceptor); in dispatchAddPerformInterceptor() local
1770 ANativeWindow_queueBufferInterceptor interceptor = in dispatchAddQueueInterceptor() local
1780 ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor); in dispatchAddQueryInterceptor() local
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java368 final DragState.InputInterceptor interceptor = in handleMessage() local
DActivityStarter.java270 ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory()
542 ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java243 public void addNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in addNotificationRemoveInterceptor()
248 public void removeNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in removeNotificationRemoveInterceptor()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h1129 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()