Searched refs:stopEvent (Results 1 – 3 of 3) sorted by relevance
438 DefaultEvent stopEvent = DefaultEvent::generateEntryEvent(DefaultEvent::STOP_IMMEDIATE); in broadcastHalt() local442 (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 …]
2306 private void writeSoftApStoppedEvent(@StopEvent int stopEvent) { in writeSoftApStoppedEvent() argument2321 stopEvent, in writeSoftApStoppedEvent()
9467 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),