Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdutils/
H A DThreadUtilTest.cpp27 android::base::expected<std::string, int> getThreadName() { in getThreadName() function
42 auto expected = getThreadName(); in ~NoopRun()
/aosp12/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp33 static std::string getThreadName(std::string interfaceName, const std::string &instanceName) { in getThreadName() function
127 mInitCheck = mThread->run(getThreadName(interfaceName, instanceName).c_str()); in PipeRelay()
/aosp12/system/core/libutils/
H A DProcessCallStack.cpp77 static String8 getThreadName(pid_t tid) { in getThreadName() function
185 threadInfo.threadName = getThreadName(tid); in update()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuThreadReader.java318 final String threadName = getThreadName(threadDirectory); in getThreadCpuUsage()
350 private String getThreadName(Path threadPath) { in getThreadName() method in KernelCpuThreadReader
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js149 function getThreadName(tid) { function
443 rows.push(['Thread: ' + getThreadName(this.threadInfo.tid),
498 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount,
502 title = 'Libraries in thread ' + getThreadName(this.threadInfo.tid);
679 let threadName = getThreadName(thread.tid);
796 `Thread ${getThreadName(thread.tid)} ` +
957 let threadName = getThreadName(this.threadInfo.tid);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java240 public String getThreadName() { in getThreadName() method in BluetoothMapMessageListingElement