Home
last modified time | relevance | path

Searched refs:ProcessInfoService (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DProcessInfoService.h31 class ProcessInfoService : public Singleton<ProcessInfoService> {
33 friend class Singleton<ProcessInfoService>;
37 ProcessInfoService();
58 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids, in getProcessStatesFromPids()
74 return ProcessInfoService::getInstance().getProcessStatesScoresImpl( in getProcessStatesScoresFromPids()
DIProcessInfoService.h30 DECLARE_META_INTERFACE(ProcessInfoService)
/frameworks/native/libs/binder/
DProcessInfoService.cpp25 ProcessInfoService::ProcessInfoService() { in ProcessInfoService() function in android::ProcessInfoService
29 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);
DAndroid.bp68 "ProcessInfoService.cpp",
93 "ProcessInfoService.cpp",
DIProcessInfoService.cpp87 IMPLEMENT_META_INTERFACE(ProcessInfoService, "android.os.IProcessInfoService");
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1033 status_t err = ProcessInfoService::getProcessStatesScoresFromPids( in handleEvictionsLocked()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2734 ServiceManager.addService("processinfo", new ProcessInfoService(this)); in setSystemProcess()
8980 static class ProcessInfoService extends IProcessInfoService.Stub { class in ActivityManagerService
8982 ProcessInfoService(ActivityManagerService activityManagerService) { in ProcessInfoService() method in ActivityManagerService.ProcessInfoService
/frameworks/base/services/
Dart-profile2040 Lcom/android/server/am/ActivityManagerService$ProcessInfoService;