Searched refs:threadUsage (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | TableEntry.h | 85 uint32_t threadUsage{0}; 111 return std::to_string(threadUsage) + "/" + std::to_string(threadCount); in getThreadUsage()
|
D | TableEntry.cpp | 192 serverPid == other.serverPid && threadUsage == other.threadUsage && in operator ==()
|
D | ListCommand.h | 115 const std::string &arch, const std::string &threadUsage, const std::string &server,
|
D | test.cpp | 327 info.threadUsage = 10 + serverId; in getPidInfoFromId() 483 .threadUsage = in TEST_F() 484 transport == Transport::HWBINDER ? getPidInfoFromId(id).threadUsage : 0, in TEST_F()
|
D | ListCommand.cpp | 697 entry->threadUsage = pidInfo->threadUsage; in fetchBinderizedEntry()
|
/frameworks/native/libs/binderdebug/include/binderdebug/ |
D | BinderDebug.h | 27 uint32_t threadUsage; // number of threads in use member
|
/frameworks/native/libs/binderdebug/ |
D | stats.cpp | 56 printf("%s,%" PRIu32 ",%" PRIu32 ",%zu\n", String8(name).c_str(), info.threadUsage, in main()
|
D | BinderDebug.cpp | 120 pidInfo->threadUsage++; in getBinderPidInfo()
|
/frameworks/native/libs/binderdebug/tests/ |
D | binderdebug_test.cpp | 58 EXPECT_TRUE(pidInfo.threadUsage <= pidInfo.threadCount); in TEST()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 374 WriteStringToFd("Threads in use: " + std::to_string(pidInfo.threadUsage) + "/" + in dumpThreadsToFd()
|