Searched refs:getBinderPidInfo (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/binderdebug/tests/ |
D | binderdebug_test.cpp | 48 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST() 56 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST()
|
/frameworks/native/libs/binderdebug/include/binderdebug/ |
D | BinderDebug.h | 40 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo);
|
/frameworks/native/libs/binderdebug/ |
D | stats.cpp | 49 CHECK_EQ(OK, getBinderPidInfo(BinderDebugContext::BINDER, pid, &info)); in main()
|
D | BinderDebug.cpp | 70 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo() function
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 370 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 209 const auto& status = getBinderPidInfo(BinderDebugContext::HWBINDER, serverPid, pidInfo); in getPidInfo()
|