Home
last modified time | relevance | path

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

/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h25 struct BinderPidInfo { struct
40 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo); argument
/frameworks/native/libs/binderdebug/tests/
Dbinderdebug_test.cpp47 BinderPidInfo pidInfo; in TEST()
55 BinderPidInfo pidInfo; in TEST()
/frameworks/native/cmds/lshal/
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;
Dtest.cpp258 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()
DListCommand.cpp208 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/
Dstats.cpp48 BinderPidInfo info; in main()
DBinderDebug.cpp70 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp369 BinderPidInfo pidInfo; in dumpThreadsToFd()