Home
last modified time | relevance | path

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

/frameworks/base/libs/hostgraphics/
DANativeWindow.cpp32 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
38 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
44 ANativeWindow_queueBufferInterceptor interceptor, in ANativeWindow_setQueueBufferInterceptor()
50 ANativeWindow_performInterceptor interceptor, void* data) { in ANativeWindow_setPerformInterceptor()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarActivityInterceptorUpdatableImpl.java101 CarActivityInterceptorUpdatable interceptor = mInterceptors.valueAt(i); in onInterceptActivityLaunch() local
119 @NonNull CarActivityInterceptorUpdatable interceptor) { in registerInterceptor()
286 CarActivityInterceptorUpdatable interceptor = mInterceptors.valueAt(i); in dump() local
/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
194 final BroadcastInterceptor interceptor = i.next(); in unregisterReceiver() local
207 final BroadcastInterceptor interceptor = i.next(); in sendBroadcast() local
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp430 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
436 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
442 ANativeWindow_performInterceptor interceptor, void* data) { in ANativeWindow_setPerformInterceptor()
447 ANativeWindow_queueBufferInterceptor interceptor, in ANativeWindow_setQueueBufferInterceptor()
/frameworks/native/libs/gui/
DSurface.cpp416 auto interceptor = c->mDequeueInterceptor; in hook_dequeueBuffer() local
436 auto interceptor = c->mCancelInterceptor; in hook_cancelBuffer() local
455 auto interceptor = c->mQueueInterceptor; in hook_queueBuffer() local
539 auto interceptor = c->mQueryInterceptor; in hook_query() local
1717 ANativeWindow_cancelBufferInterceptor interceptor = in dispatchAddCancelInterceptor() local
1727 ANativeWindow_dequeueBufferInterceptor interceptor = in dispatchAddDequeueInterceptor() local
1737 ANativeWindow_performInterceptor interceptor = va_arg(args, ANativeWindow_performInterceptor); in dispatchAddPerformInterceptor() local
1746 ANativeWindow_queueBufferInterceptor interceptor = in dispatchAddQueueInterceptor() local
1756 ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor); in dispatchAddQueryInterceptor() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java262 void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) { in addNotificationDismissInterceptor()
788 NotifDismissInterceptor interceptor, in onEndDismissInterception()
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java589 final DragState.InputInterceptor interceptor = in handleMessage() local
DActivityStarter.java334 ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) { in DefaultFactory()
645 ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) { in ActivityStarter()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1826 IVirtualDeviceIntentInterceptor.Stub interceptor = in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch() local
1869 IVirtualDeviceIntentInterceptor.Stub interceptor = in canActivityBeLaunched_noMatchIntentFilter_activityLaunches() local
DGenericWindowPolicyControllerTest.java595 IVirtualDeviceIntentInterceptor.Stub interceptor = in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch() local
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h1306 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()