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

  /frameworks/native/include/binder/
ProcessInfoService.h 29 class ProcessInfoService : public Singleton<ProcessInfoService> {
31 friend class Singleton<ProcessInfoService>;
35 ProcessInfoService();
54 return ProcessInfoService::getInstance().getProcessStatesImpl(length, /*in*/ pids,
  /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 void ProcessInfoService::updateBinderLocked() {
68 ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService);

Completed in 2931 milliseconds