HomeSort by relevance Sort by last modified time
    Searched refs:ProcessInfoService (Results 1 - 7 of 7) 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,
IProcessInfoService.h 28 DECLARE_META_INTERFACE(ProcessInfoService);
  /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);
IProcessInfoService.cpp 54 IMPLEMENT_META_INTERFACE(ProcessInfoService, "android.os.IProcessInfoService");
Android.mk 30 ProcessInfoService.cpp \
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 35 #include <binder/ProcessInfoService.h>
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 643 milliseconds