Searched refs:ProcessInfoService (Results 1 – 8 of 8) sorted by relevance
30 class ProcessInfoService : public Singleton<ProcessInfoService> {32 friend class Singleton<ProcessInfoService>;36 ProcessInfoService();57 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids, in getProcessStatesFromPids()73 return ProcessInfoService::getInstance().getProcessStatesScoresImpl( in getProcessStatesScoresFromPids()
29 DECLARE_META_INTERFACE(ProcessInfoService)
25 ProcessInfoService::ProcessInfoService() { in ProcessInfoService() function in android::ProcessInfoService29 status_t ProcessInfoService::getProcessStatesImpl(size_t length, /*in*/ int32_t* pids, in getProcessStatesImpl()60 status_t ProcessInfoService::getProcessStatesScoresImpl(size_t length, in getProcessStatesScoresImpl()94 void ProcessInfoService::updateBinderLocked() { in updateBinderLocked()102 ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService)
87 IMPLEMENT_META_INTERFACE(ProcessInfoService, "android.os.IProcessInfoService")
296 "ProcessInfoService.cpp",
1357 status_t err = ProcessInfoService::getProcessStatesScoresFromPids( in handleEvictionsLocked()
1796 ServiceManager.addService("processinfo", new ProcessInfoService(this)); in setSystemProcess()5253 static class ProcessInfoService extends IProcessInfoService.Stub { class in ActivityManagerService5255 ProcessInfoService(ActivityManagerService activityManagerService) { in ProcessInfoService() method in ActivityManagerService.ProcessInfoService
6358 HSPLcom/android/server/am/ActivityManagerService$ProcessInfoService;-><init>(Lcom/android/server/am…6359 HPLcom/android/server/am/ActivityManagerService$ProcessInfoService;->getProcessStatesAndOomScoresFr…52268 Lcom/android/server/am/ActivityManagerService$ProcessInfoService;