Searched refs:BinderDebugContext (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binderdebug/ |
D | BinderDebug.cpp | 28 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/ |
D | BinderDebug.h | 29 enum class BinderDebugContext { enum 35 status_t getBinderPidInfo(BinderDebugContext context, pid_t pid, BinderPidInfo* pidInfo);
|
/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/cmds/dumpsys/ |
D | dumpsys.cpp | 345 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 207 const auto& status = getBinderPidInfo(BinderDebugContext::HWBINDER, serverPid, pidInfo); in getPidInfo()
|