Searched refs:BinderPidInfo (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/libs/binderdebug/include/binderdebug/ |
H A D | BinderDebug.h | 23 struct BinderPidInfo { struct 35 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo); argument
|
/aosp12/frameworks/native/libs/binderdebug/tests/ |
H A D | binderdebug_test.cpp | 47 BinderPidInfo pidInfo; in TEST() 55 BinderPidInfo pidInfo; in TEST()
|
/aosp12/frameworks/native/cmds/lshal/ |
H A 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;
|
H A D | test.cpp | 234 const BinderPidInfo* getPidInfoCached(pid_t serverPid) { in getPidInfoCached() 239 MOCK_CONST_METHOD2(getPidInfo, bool(pid_t, BinderPidInfo*)); 300 static BinderPidInfo getPidInfoFromId(pid_t serverId) { in getPidInfoFromId() 301 BinderPidInfo info; in getPidInfoFromId() 364 [](pid_t serverPid, BinderPidInfo* info) { in initMockList()
|
H A D | ListCommand.cpp | 206 pid_t serverPid, BinderPidInfo *pidInfo) const { in getPidInfo() 211 const BinderPidInfo* ListCommand::getPidInfoCached(pid_t serverPid) { in getPidInfoCached() 212 auto pair = mCachedPidInfos.insert({serverPid, BinderPidInfo{}}); in getPidInfoCached() 646 const BinderPidInfo* pidInfo = getPidInfoCached(debugInfo.pid); in fetchBinderizedEntry()
|
/aosp12/frameworks/native/libs/binderdebug/ |
H A D | BinderDebug.cpp | 68 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo()
|
/aosp12/frameworks/native/cmds/dumpsys/ |
H A D | dumpsys.cpp | 344 BinderPidInfo pidInfo; in dumpThreadsToFd()
|