Home
last modified time | relevance | path

Searched refs:stopEvent (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp438 DefaultEvent stopEvent = DefaultEvent::generateEntryEvent(DefaultEvent::STOP_IMMEDIATE); in broadcastHalt() local
442 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
446 (void)mGraph->handleStopImmediatePhase(stopEvent); in broadcastHalt()
450 (void)mDebugDisplayManager->handleStopImmediatePhase(stopEvent); in broadcastHalt()
454 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
457 (void)mClient->handleStopImmediatePhase(stopEvent); in broadcastHalt()
460 stopEvent = DefaultEvent::generateTransitionCompleteEvent(DefaultEvent::STOP_IMMEDIATE); in broadcastHalt()
463 (void)it.second->handleStopImmediatePhase(stopEvent); in broadcastHalt()
468 (void)mGraph->handleStopImmediatePhase(stopEvent); in broadcastHalt()
472 (void)mDebugDisplayManager->handleStopImmediatePhase(stopEvent); in broadcastHalt()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java2306 private void writeSoftApStoppedEvent(@StopEvent int stopEvent) { in writeSoftApStoppedEvent() argument
2321 stopEvent, in writeSoftApStoppedEvent()
DWifiMetrics.java9467 private static int getSoftApStoppedStopEvent(@SoftApManager.StopEvent int stopEvent) {
9468 switch (stopEvent) {
9482 Log.wtf(TAG, "getSoftApStoppedStopEvent: unknown StopEvent " + stopEvent);
9617 public void writeSoftApStoppedEvent(@SoftApManager.StopEvent int stopEvent,
9634 getSoftApStoppedStopEvent(stopEvent),