Searched refs:BinderPidInfo (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/binderdebug/include/binderdebug/ |
D | BinderDebug.h | 25 struct BinderPidInfo { struct 40 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo); argument
|
/frameworks/native/libs/binderdebug/tests/ |
D | binderdebug_test.cpp | 47 BinderPidInfo pidInfo; in TEST() 55 BinderPidInfo pidInfo; in TEST()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.h | 108 virtual bool getPidInfo(pid_t serverPid, BinderPidInfo *info) const; 110 const BinderPidInfo* getPidInfoCached(pid_t serverPid); 189 std::map<pid_t, BinderPidInfo> mCachedPidInfos;
|
D | test.cpp | 258 const BinderPidInfo* getPidInfoCached(pid_t serverPid) { in getPidInfoCached() 263 MOCK_CONST_METHOD2(getPidInfo, bool(pid_t, BinderPidInfo*)); 324 static BinderPidInfo getPidInfoFromId(pid_t serverId) { in getPidInfoFromId() 325 BinderPidInfo info; in getPidInfoFromId() 388 [](pid_t serverPid, BinderPidInfo* info) { in initMockList()
|
D | ListCommand.cpp | 208 pid_t serverPid, BinderPidInfo *pidInfo) const { in getPidInfo() 213 const BinderPidInfo* ListCommand::getPidInfoCached(pid_t serverPid) { in getPidInfoCached() 214 auto pair = mCachedPidInfos.insert({serverPid, BinderPidInfo{}}); in getPidInfoCached() 684 const BinderPidInfo* pidInfo = getPidInfoCached(debugInfo->pid); in fetchBinderizedEntry()
|
/frameworks/native/libs/binderdebug/ |
D | stats.cpp | 48 BinderPidInfo info; in main()
|
D | BinderDebug.cpp | 70 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 369 BinderPidInfo pidInfo; in dumpThreadsToFd()
|