Home
last modified time | relevance | path

Searched refs:BinderDebugContext (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binderdebug/
DBinderDebug.cpp28 static std::string contextToString(BinderDebugContext context) { in contextToString()
30 case BinderDebugContext::BINDER: in contextToString()
32 case BinderDebugContext::HWBINDER: in contextToString()
34 case BinderDebugContext::VNDBINDER: in contextToString()
68 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo) { in getBinderPidInfo()
/frameworks/native/libs/binderdebug/include/binderdebug/
DBinderDebug.h29 enum class BinderDebugContext { enum
35 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo);
/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/cmds/dumpsys/
Ddumpsys.cpp345 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
/frameworks/native/cmds/lshal/
DListCommand.cpp207 const auto& status = getBinderPidInfo(BinderDebugContext::HWBINDER, serverPid, pidInfo); in getPidInfo()