Home
last modified time | relevance | path

Searched refs:getBinderPidInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binderdebug/tests/
Dbinderdebug_test.cpp48 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/
DBinderDebug.h40 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo);
/frameworks/native/libs/binderdebug/
Dstats.cpp49 CHECK_EQ(OK, getBinderPidInfo(BinderDebugContext::BINDER, pid, &info)); in main()
DBinderDebug.cpp70 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo() function
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp370 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
/frameworks/native/cmds/lshal/
DListCommand.cpp209 const auto& status = getBinderPidInfo(BinderDebugContext::HWBINDER, serverPid, pidInfo); in getPidInfo()