Searched defs:interceptor (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
D | BroadcastInterceptingContext.java | 120 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/ |
D | NotifDismissInterceptor.java | 64 NotifDismissInterceptor interceptor, in onEndDismissInterception()
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 317 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/ |
D | NotifPipeline.java | 112 public void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
|
D | NotifCollection.java | 211 void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor() 600 NotifDismissInterceptor interceptor, in onEndDismissInterception()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 385 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/ |
D | DragDropController.java | 363 final DragState.InputInterceptor interceptor = in handleMessage() local
|
D | ActivityStarter.java | 266 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory() 535 ActivityStackSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 240 public void addNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in addNotificationRemoveInterceptor() 245 public void removeNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in removeNotificationRemoveInterceptor()
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 1095 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()
|