Searched defs:ProcessInfoService (Results 1 - 3 of 3) 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();
54 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids,
/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 void ProcessInfoService::updateBinderLocked() {
68 ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2183 ServiceManager.addService("processinfo", new ProcessInfoService(this));
7002 static class ProcessInfoService extends IProcessInfoService.Stub { class in class:ActivityManagerService
7004 ProcessInfoService(ActivityManagerService activityManagerService) { method in class:ActivityManagerService.ProcessInfoService

Completed in 900 milliseconds