Home
last modified time | relevance | path

Searched refs:runEvent (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/engine/
H A DDefaultEngine.cpp328 ret = mGraph->handleExecutionPhase(runEvent); in broadcastStartRun()
344 ret = mClient->handleExecutionPhase(runEvent); in broadcastStartRun()
351 (void)it.second->handleExecutionPhase(runEvent); in broadcastStartRun()
360 (void)mGraph->handleExecutionPhase(runEvent); in broadcastStartRun()
362 (void)it.second->handleExecutionPhase(runEvent); in broadcastStartRun()
385 (void)mGraph->handleExecutionPhase(runEvent); in broadcastAbortRun()
388 (void)mClient->handleExecutionPhase(runEvent); in broadcastAbortRun()
410 (void)mClient->handleStopWithFlushPhase(runEvent); in broadcastStopWithFlush()
417 DefaultEvent runEvent = in broadcastStopComplete() local
423 (void)mGraph->handleStopWithFlushPhase(runEvent); in broadcastStopComplete()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java180 void runEvent(IInterface service) throws RemoteException; in runEvent() method
268 event.runEvent(iface); in sendEvent()
365 pendingEvent.runEvent(iface); in connect()
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java1004 public void runEvent(IInterface service) throws RemoteException { in callFocusedActivityChangedLocked()
/aosp12/frameworks/base/services/
H A Dart-profile43127 PLcom/android/server/vr/VrManagerService$6;->runEvent(Landroid/os/IInterface;)V