HomeSort by relevance Sort by last modified time
    Searched defs:ProcessInfoService (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/binder/
ProcessInfoService.cpp 17 #include <binder/ProcessInfoService.h>
25 ProcessInfoService::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/
ProcessInfoService.h 29 class ProcessInfoService : public Singleton<ProcessInfoService> {
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/
ActivityManagerService.java     [all...]

Completed in 72 milliseconds