Searched defs:ProcessInfoService (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DProcessInfoService.h29 class ProcessInfoService : public Singleton<ProcessInfoService> { class in namespace:android
31 friend class Singleton<ProcessInfoService>;
35 ProcessInfoService();
56 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids,
72 return ProcessInfoService::getInstance().getProcessStatesScoresImpl(
/frameworks/native/libs/binder/
H A DProcessInfoService.cpp17 #include <binder/ProcessInfoService.h>
25 ProcessInfoService::ProcessInfoService() { function in class:android::ProcessInfoService
29 status_t ProcessInfoService::getProcessStatesImpl(size_t length, /*in*/ int32_t* pids,
54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
60 status_t ProcessInfoService::getProcessStatesScoresImpl(size_t length,
88 "from ProcessInfoService after %d retries.", __FUNCTION__,
94 void ProcessInfoService::updateBinderLocked() {
102 ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService);
/frameworks/native/libs/binder/include/binder/
H A DProcessInfoService.h29 class ProcessInfoService : public Singleton<ProcessInfoService> { class in namespace:android
31 friend class Singleton<ProcessInfoService>;
35 ProcessInfoService();
56 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids,
72 return ProcessInfoService::getInstance().getProcessStatesScoresImpl(
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2565 ServiceManager.addService("processinfo", new ProcessInfoService(this));
8084 static class ProcessInfoService extends IProcessInfoService.Stub { class in class:ActivityManagerService
8086 ProcessInfoService(ActivityManagerService activityManagerService) { method in class:ActivityManagerService.ProcessInfoService
[all...]

Completed in 971 milliseconds