Home
last modified time | relevance | path

Searched refs:BinderPidInfo (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/binderdebug/include/binderdebug/
H A DBinderDebug.h23 struct BinderPidInfo { struct
35 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo); argument
/aosp12/frameworks/native/libs/binderdebug/tests/
H A Dbinderdebug_test.cpp47 BinderPidInfo pidInfo; in TEST()
55 BinderPidInfo pidInfo; in TEST()
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h108 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 Dtest.cpp234 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 DListCommand.cpp206 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 DBinderDebug.cpp68 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo()
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp344 BinderPidInfo pidInfo; in dumpThreadsToFd()