Searched defs:interceptor (Results  1 – 9 of 9) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ | 
| D | NotifDismissInterceptor.java | 64                 NotifDismissInterceptor interceptor,  in onEndDismissInterception()
 | 
| /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ | 
| D | BroadcastInterceptingContext.java | 128         final BroadcastInterceptor interceptor = new BroadcastInterceptor(null, filter, null);  in nextBroadcastIntent()  local194                 final BroadcastInterceptor interceptor = i.next();  in unregisterReceiver()  local
 207                 final BroadcastInterceptor interceptor = i.next();  in sendBroadcast()  local
 
 | 
| /frameworks/native/libs/nativewindow/ | 
| D | ANativeWindow.cpp | 405                                              ANativeWindow_cancelBufferInterceptor interceptor,  in ANativeWindow_setCancelBufferInterceptor()411                                               ANativeWindow_dequeueBufferInterceptor interceptor,  in ANativeWindow_setDequeueBufferInterceptor()
 417                                         ANativeWindow_performInterceptor interceptor, void* data) {  in ANativeWindow_setPerformInterceptor()
 422                                             ANativeWindow_queueBufferInterceptor interceptor,  in ANativeWindow_setQueueBufferInterceptor()
 
 | 
| /frameworks/native/libs/gui/ | 
| D | Surface.cpp | 391             auto interceptor = c->mDequeueInterceptor;  in hook_dequeueBuffer()  local411             auto interceptor = c->mCancelInterceptor;  in hook_cancelBuffer()  local
 430             auto interceptor = c->mQueueInterceptor;  in hook_queueBuffer()  local
 514             auto interceptor = c->mQueryInterceptor;  in hook_query()  local
 1689     ANativeWindow_cancelBufferInterceptor interceptor =  in dispatchAddCancelInterceptor()  local
 1699     ANativeWindow_dequeueBufferInterceptor interceptor =  in dispatchAddDequeueInterceptor()  local
 1709     ANativeWindow_performInterceptor interceptor = va_arg(args, ANativeWindow_performInterceptor);  in dispatchAddPerformInterceptor()  local
 1718     ANativeWindow_queueBufferInterceptor interceptor =  in dispatchAddQueueInterceptor()  local
 1728     ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor);  in dispatchAddQueryInterceptor()  local
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotifCollection.java | 262     void addNotificationDismissInterceptor(NotifDismissInterceptor interceptor) {  in addNotificationDismissInterceptor()788             NotifDismissInterceptor interceptor,  in onEndDismissInterception()
 
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | DragDropController.java | 435                     final DragState.InputInterceptor interceptor =  in handleMessage()  local
 | 
| D | ActivityStarter.java | 325                 ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) {  in DefaultFactory()613             ActivityTaskSupervisor supervisor, ActivityStartInterceptor interceptor) {  in ActivityStarter()
 
 | 
| /frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ | 
| D | VirtualDeviceManagerServiceTest.java | 1574         IVirtualDeviceIntentInterceptor.Stub interceptor =  in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()  local1617         IVirtualDeviceIntentInterceptor.Stub interceptor =  in canActivityBeLaunched_noMatchIntentFilter_activityLaunches()  local
 
 | 
| /frameworks/native/libs/nativewindow/include/system/ | 
| D | window.h | 1196                                             ANativeWindow_queryInterceptor interceptor,  in ANativeWindow_setQueryInterceptor()
 |