Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java120 final BroadcastInterceptor interceptor = new BroadcastInterceptor(null, filter); in nextBroadcastIntent() local
146 final BroadcastInterceptor interceptor = i.next(); in unregisterReceiver() local
159 final BroadcastInterceptor interceptor = i.next(); in sendBroadcast() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifDismissInterceptor.java64 NotifDismissInterceptor interceptor, in onEndDismissInterception()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp317 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
323 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
329 ANativeWindow_performInterceptor interceptor, void* data) { in ANativeWindow_setPerformInterceptor()
334 ANativeWindow_queueBufferInterceptor interceptor, in ANativeWindow_setQueueBufferInterceptor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifPipeline.java112 public void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
DNotifCollection.java211 void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
600 NotifDismissInterceptor interceptor, in onEndDismissInterception()
/frameworks/native/libs/gui/
DSurface.cpp385 auto interceptor = c->mDequeueInterceptor; in hook_dequeueBuffer() local
405 auto interceptor = c->mCancelInterceptor; in hook_cancelBuffer() local
424 auto interceptor = c->mQueueInterceptor; in hook_queueBuffer() local
508 auto interceptor = c->mQueryInterceptor; in hook_query() local
1445 ANativeWindow_cancelBufferInterceptor interceptor = in dispatchAddCancelInterceptor() local
1455 ANativeWindow_dequeueBufferInterceptor interceptor = in dispatchAddDequeueInterceptor() local
1465 ANativeWindow_performInterceptor interceptor = va_arg(args, ANativeWindow_performInterceptor); in dispatchAddPerformInterceptor() local
1474 ANativeWindow_queueBufferInterceptor interceptor = in dispatchAddQueueInterceptor() local
1484 ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor); in dispatchAddQueryInterceptor() local
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java363 final DragState.InputInterceptor interceptor = in handleMessage() local
DActivityStarter.java266 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory()
535 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java240 public void addNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in addNotificationRemoveInterceptor()
245 public void removeNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in removeNotificationRemoveInterceptor()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h1095 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()