Searched refs:getWindowProcessController (Results 1 – 6 of 6) sorted by relevance
437 ? r.getWindowProcessController().computeRelaunchReason() : RELAUNCH_REASON_NONE; in crashApplicationInner()516 mService.mAtmInternal.onHandleAppCrash(r.getWindowProcessController()); in crashApplicationInner()586 app.getWindowProcessController().stopFreezingActivities();711 mService.mAtmInternal.onHandleAppCrash(app.getWindowProcessController());740 app.getWindowProcessController(), reason);758 final WindowProcessController proc = app.getWindowProcessController();
791 final WindowProcessController wpc = app.getWindowProcessController(); in computeOomAdjLocked()1021 if (mService.mAtmInternal.isHeavyWeightProcess(app.getWindowProcessController())) { in computeOomAdjLocked()1765 app.getWindowProcessController().onTopProcChanged(); in applyOomAdjLocked()1797 app.getWindowProcessController().onTopProcChanged(); in applyOomAdjLocked()
525 mService.mAtmInternal.onProcessAdded(r.getWindowProcessController()); in put()1503 if (mService.mAtmInternal.isFactoryTestProcess(app.getWindowProcessController())) {2234 mService.mAtmInternal.clearHeavyWeightProcessIfEquals(app.getWindowProcessController()); in removeProcessLocked()3011 if (mService.mAtmInternal.isHeavyWeightProcess(app.getWindowProcessController())) { in fillInProcMemInfoLocked()
987 WindowProcessController getWindowProcessController() { in getWindowProcessController() method in ProcessRecord1592 getWindowProcessController().stopFreezingActivities(); in makeAppNotRespondingLocked()
746 mAtmInternal.onProcessMapped(app.pid, app.getWindowProcessController()); in put()1310 : profileProc.getWindowProcessController()); in setProfileProc()2067 app.getWindowProcessController().setPid(MY_PID); in setSystemProcess()3609 mAtmInternal.handleAppDied(app.getWindowProcessController(), restarting, () -> { in handleAppDiedLocked()4725 mAtmInternal.clearHeavyWeightProcessIfEquals(app.getWindowProcessController()); in processStartTimedOutLocked()4927 + app.getWindowProcessController().getConfiguration()); in attachApplicationLocked()5039 mAtmInternal.preBindApplication(app.getWindowProcessController()); in attachApplicationLocked()5053 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5062 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5103 didSomething = mAtmInternal.attachApplication(app.getWindowProcessController()); in attachApplicationLocked()[all …]
3522 HSPLcom/android/server/am/ProcessRecord;->getWindowProcessController()Lcom/android/server/wm/Window…