Home
last modified time | relevance | path

Searched refs:threadUsage (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A DTableEntry.h85 uint32_t threadUsage{0};
111 return std::to_string(threadUsage) + "/" + std::to_string(threadCount); in getThreadUsage()
H A DTableEntry.cpp190 serverPid == other.serverPid && threadUsage == other.threadUsage && in operator ==()
H A DListCommand.h115 const std::string &arch, const std::string &threadUsage, const std::string &server,
H A Dtest.cpp303 info.threadUsage = 10 + serverId; in getPidInfoFromId()
459 .threadUsage = in TEST_F()
460 transport == Transport::HWBINDER ? getPidInfoFromId(id).threadUsage : 0, in TEST_F()
H A DListCommand.cpp659 entry->threadUsage = pidInfo->threadUsage; in fetchBinderizedEntry()
/aosp12/frameworks/native/libs/binderdebug/include/binderdebug/
H A DBinderDebug.h25 uint32_t threadUsage; // number of threads in use member
/aosp12/frameworks/native/libs/binderdebug/tests/
H A Dbinderdebug_test.cpp58 EXPECT_TRUE(pidInfo.threadUsage <= pidInfo.threadCount); in TEST()
/aosp12/frameworks/native/libs/binderdebug/
H A DBinderDebug.cpp108 pidInfo->threadUsage++; in getBinderPidInfo()
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp349 WriteStringToFd("Threads in use: " + std::to_string(pidInfo.threadUsage) + "/" + in dumpThreadsToFd()