Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/rs/cpp/
DrsCppInternal.h26 #define tryDispatch(rs, dispatch) \ argument
31 #define createDispatch(rs, dispatch) \ argument
DRenderScript.cpp34 dispatchTable* RS::dispatch = nullptr; member in RS
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DLifecycle.java41 public void dispatch(Consumer<T> consumer) { in dispatch() method in Lifecycle
50 public <U> void dispatch(BiConsumer<T, U> biConsumer, U arg) { in dispatch() method in Lifecycle
DKeyguardLifecyclesDispatcher.java88 void dispatch(@KeyguardLifecycleMessageType int what) { in dispatch() method
97 void dispatch(@KeyguardLifecycleMessageType int what, int pmReason) { in dispatch() method
107 void dispatch(@KeyguardLifecycleMessageType int what, Object object) { in dispatch() method
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp78 void MessageQueue::initVsync(std::shared_ptr<scheduler::VSyncDispatch> dispatch, in initVsync()
95 void MessageQueue::onNewVsyncSchedule(std::shared_ptr<scheduler::VSyncDispatch> dispatch) { in onNewVsyncSchedule()
113 std::shared_ptr<scheduler::VSyncDispatch> dispatch) { in onNewVsyncScheduleLocked()
DVsyncSchedule.cpp44 explicit PredictedVsyncTracer(std::shared_ptr<VsyncDispatch> dispatch) in PredictedVsyncTracer()
67 VsyncSchedule::VsyncSchedule(PhysicalDisplayId id, TrackerPtr tracker, DispatchPtr dispatch, in VsyncSchedule()
DVSyncDispatchTimerQueue.cpp445 VSyncCallbackRegistration::VSyncCallbackRegistration(std::shared_ptr<VSyncDispatch> dispatch, in VSyncCallbackRegistration()
/frameworks/native/vulkan/libvulkan/
Ddriver.h43 InstanceDispatchTable dispatch; member
55 DeviceDispatchTable dispatch; member
215 hwvulkan_dispatch_t* dispatch = in SetDataInternal() local
232 const hwvulkan_dispatch_t* dispatch = in GetDataInternal() local
Dswapchain.cpp1316 const auto& dispatch = GetData(device).driver; in DestroySwapchainInternal() local
1469 const auto& dispatch = GetData(device).driver; in CreateSwapchainKHR() local
2176 const auto& dispatch = GetData(queue).driver; in PresentOneSwapchain() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DLifecycleTest.java70 public void dispatch() throws Exception { in dispatch() method in LifecycleTest
/frameworks/av/services/oboeservice/
DAAudioThread.cpp56 void AAudioThread::dispatch() { in dispatch() function in AAudioThread
/frameworks/base/tests/utils/testutils/java/android/app/test/
DTestAlarmManager.java67 public boolean dispatch(String tag) { in dispatch() method in TestAlarmManager
119 public void dispatch() { in dispatch() method in TestAlarmManager.PendingAlarm
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp112 RepeatingCallbackReceiver(std::shared_ptr<VSyncDispatch> dispatch, nsecs_t workload, in RepeatingCallbackReceiver()
171 auto dispatch = in TEST_F() local
201 auto dispatch = in TEST_F() local
220 auto dispatch = in TEST_F() local
DVSyncCallbackRegistrationTest.cpp43 std::shared_ptr<VSyncDispatch> dispatch) { in assertDispatch()
DVSyncDispatchTimerQueueTest.cpp119 CountingCallback(std::shared_ptr<VSyncDispatch> dispatch) in CountingCallback()
145 PausingCallback(std::shared_ptr<VSyncDispatch> dispatch, std::chrono::milliseconds pauseAmount) in PausingCallback()
/frameworks/base/core/java/android/view/inputmethod/
DRemoteInputConnectionImpl.java380 dispatch(() -> { in deactivate() method
444 dispatch(() -> { in cancelCancellationSignal() method
454 dispatch(() -> { in forgetCancellationSignal() method
499 dispatch(() -> { in dispatchReportFullscreenMode() method
1454 private void dispatch(@NonNull Runnable runnable) { in dispatch() method in RemoteInputConnectionImpl
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DTestHandler.java130 private void dispatch(MsgInfo msg) { in dispatch() method in TestHandler
/frameworks/native/services/surfaceflinger/Scheduler/src/
DTimer.cpp153 bool Timer::dispatch() { in dispatch() function in android::scheduler::Timer
/frameworks/base/core/java/android/nfc/
DINfcAdapter.aidl58 void dispatch(in Tag tag); in dispatch() method
DNfcAdapter.java1958 public void dispatch(Tag tag) { in dispatch() method in NfcAdapter
/frameworks/base/core/java/android/inputmethodservice/
DIRemoteInputConnectionInvoker.java101 protected abstract void dispatch(@NonNull Executor executor, @NonNull C consumer, int code, in dispatch() method in IRemoteInputConnectionInvoker.OnceResultReceiver
116 protected void dispatch(@NonNull Executor executor, @NonNull IntConsumer consumer, int code, in dispatch() method in IRemoteInputConnectionInvoker.IntResultReceiver
135 protected void dispatch(@NonNull Executor executor, in dispatch() method in IRemoteInputConnectionInvoker.TextBoundsInfoResultReceiver
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DTunerCallback.java75 private void dispatch(RunnableThrowingRemoteException func) { in dispatch() method in TunerCallback
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_scheduler_fuzzer.cpp125 void SchedulerFuzzer::fuzzCallbackToken(scheduler::VSyncDispatchTimerQueue* dispatch) { in fuzzCallbackToken()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp35 hwvulkan_dispatch_t dispatch; member
39 hwvulkan_dispatch_t dispatch; member
46 hwvulkan_dispatch_t dispatch; member
50 hwvulkan_dispatch_t dispatch; member
99 hwvulkan_dispatch_t dispatch; member
/frameworks/base/core/java/android/view/
DKeyEvent.java2906 public final boolean dispatch(Callback receiver) { in dispatch() method in KeyEvent
2921 public final boolean dispatch(Callback receiver, DispatcherState state, in dispatch() method in KeyEvent

12