Searched refs:getWindowProcessController (Results 1 – 6 of 6) sorted by relevance
450 ? r.getWindowProcessController().computeRelaunchReason() : RELAUNCH_REASON_NONE; in crashApplicationInner()529 mService.mAtmInternal.onHandleAppCrash(r.getWindowProcessController()); in crashApplicationInner()599 app.getWindowProcessController().stopFreezingActivities();724 mService.mAtmInternal.onHandleAppCrash(app.getWindowProcessController());753 app.getWindowProcessController(), reason);771 final WindowProcessController proc = app.getWindowProcessController();
795 final WindowProcessController wpc = app.getWindowProcessController(); in computeOomAdjLocked()1025 if (mService.mAtmInternal.isHeavyWeightProcess(app.getWindowProcessController())) { in computeOomAdjLocked()1769 app.getWindowProcessController().onTopProcChanged(); in applyOomAdjLocked()1801 app.getWindowProcessController().onTopProcChanged(); in applyOomAdjLocked()1967 app.getWindowProcessController().onTopProcChanged(); in setAttachingSchedGroupLocked()
587 mService.mAtmInternal.onProcessAdded(r.getWindowProcessController()); in put()1591 if (mService.mAtmInternal.isFactoryTestProcess(app.getWindowProcessController())) {2361 mService.mAtmInternal.clearHeavyWeightProcessIfEquals(app.getWindowProcessController()); in removeProcessLocked()3130 if (mService.mAtmInternal.isHeavyWeightProcess(app.getWindowProcessController())) { in fillInProcMemInfoLocked()
990 WindowProcessController getWindowProcessController() { in getWindowProcessController() method in ProcessRecord1614 getWindowProcessController().stopFreezingActivities(); in makeAppNotRespondingLocked()
755 mAtmInternal.onProcessMapped(app.pid, app.getWindowProcessController()); in put()1319 : profileProc.getWindowProcessController()); in setProfileProc()2078 app.getWindowProcessController().setPid(MY_PID); in setSystemProcess()3638 mAtmInternal.handleAppDied(app.getWindowProcessController(), restarting, () -> { in handleAppDiedLocked()4754 mAtmInternal.clearHeavyWeightProcessIfEquals(app.getWindowProcessController()); in processStartTimedOutLocked()4957 + app.getWindowProcessController().getConfiguration()); in attachApplicationLocked()5071 mAtmInternal.preBindApplication(app.getWindowProcessController()); in attachApplicationLocked()5088 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5098 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5141 didSomething = mAtmInternal.attachApplication(app.getWindowProcessController()); in attachApplicationLocked()[all …]
3522 HSPLcom/android/server/am/ProcessRecord;->getWindowProcessController()Lcom/android/server/wm/Window…