Searched refs:getWindowProcessController (Results 1 – 6 of 6) sorted by relevance
453 ? r.getWindowProcessController().computeRelaunchReason() : RELAUNCH_REASON_NONE; in crashApplicationInner()532 mService.mAtmInternal.onHandleAppCrash(r.getWindowProcessController()); in crashApplicationInner()602 app.getWindowProcessController().stopFreezingActivities();727 mService.mAtmInternal.onHandleAppCrash(app.getWindowProcessController());756 app.getWindowProcessController(), reason);774 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()3614 mAtmInternal.handleAppDied(app.getWindowProcessController(), restarting, () -> { in handleAppDiedLocked()4730 mAtmInternal.clearHeavyWeightProcessIfEquals(app.getWindowProcessController()); in processStartTimedOutLocked()4932 + app.getWindowProcessController().getConfiguration()); in attachApplicationLocked()5044 mAtmInternal.preBindApplication(app.getWindowProcessController()); in attachApplicationLocked()5058 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5067 new Configuration(app.getWindowProcessController().getConfiguration()), in attachApplicationLocked()5108 didSomething = mAtmInternal.attachApplication(app.getWindowProcessController()); in attachApplicationLocked()[all …]
3522 HSPLcom/android/server/am/ProcessRecord;->getWindowProcessController()Lcom/android/server/wm/Window…