Home
last modified time | relevance | path

Searched refs:threadInfo (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/core/libutils/
H A DProcessCallStack.cpp173 ThreadInfo& threadInfo = mThreadMap.editValueAt(static_cast<size_t>(idx)); in update() local
182 threadInfo.callStack.update(ignoreDepth, tid); in update()
185 threadInfo.threadName = getThreadName(tid); in update()
188 __FUNCTION__, tid, threadInfo.callStack.size()); in update()
213 const ThreadInfo& threadInfo = mThreadMap.valueAt(i); in printInternal() local
214 const String8& threadName = threadInfo.threadName; in printInternal()
219 threadInfo.callStack.print(csPrinter); in printInternal()
/aosp12/art/test/924-threads/src/art/
H A DTest924.java448 Object[] threadInfo = getThreadInfo(t); in printThreadInfo() local
449 if (threadInfo == null || threadInfo.length != 5) { in printThreadInfo()
450 System.out.println(Arrays.toString(threadInfo)); in printThreadInfo()
454 System.out.println(threadInfo[0]); // Name in printThreadInfo()
455 System.out.println(threadInfo[1]); // Priority in printThreadInfo()
456 System.out.println(threadInfo[2]); // Daemon in printThreadInfo()
457 System.out.println(threadInfo[3]); // Threadgroup in printThreadInfo()
458 System.out.println(threadInfo[4] == null ? "null" : threadInfo[4].getClass()); // Context CL. in printThreadInfo()
/aosp12/frameworks/av/media/libnblog/
H A DReportPerformance.cpp47 root["ioHandle"] = data.threadInfo.id; in dumpToJson()
48 root["type"] = NBLog::threadTypeToString(data.threadInfo.type); in dumpToJson()
65 ss << "Thread type=" << NBLog::threadTypeToString(data.threadInfo.type) in dumpHistogramsToString()
66 << " handle=" << data.threadInfo.id in dumpHistogramsToString()
119 ss << NBLog::threadTypeToString(data.threadInfo.type) << "," << data.threadInfo.id << "\n"; in dumpRetroString()
167 if (data.threadInfo.type != NBLog::FASTMIXER) { in sendToMediaMetrics()
201 const char * const typeString = NBLog::threadTypeToString(data.threadInfo.type); in sendToMediaMetrics()
H A DMerger.cpp150 data.threadInfo = info; in processSnapshot()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js366 this.threadInfo = null;
387 if (this.threadInfo) {
401 this.threadInfo = null;
417 this.libInfo = this.threadInfo.libs[selectedItem.row];
442 if (this.threadInfo) {
504 for (let lib of this.threadInfo.libs) {
506 this.threadInfo.eventCount));
718 let lib = threadInfo.libs[indexes[2]];
882 setFunction(eventInfo, processInfo, threadInfo, lib, func) { argument
885 this.threadInfo = threadInfo;
[all …]
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp362 ThreadInfo threadInfo = {0, 0}; in prepareForReading() local
364 int32_t threadInfo = 0; in prepareForReading() local
368 auto sendError = [&threadInfo, &_hidl_cb](Result result) { in prepareForReading()
370 threadInfo); in prepareForReading()
436 threadInfo.pid = getpid(); in prepareForReading()
437 threadInfo.tid = mReadThread->getTid(); in prepareForReading()
439 threadInfo = mReadThread->getTid(); in prepareForReading()
442 threadInfo); in prepareForReading()
H A DStreamOut.cpp349 ThreadInfo threadInfo = {0, 0}; in prepareForWriting() local
351 int32_t threadInfo = 0; in prepareForWriting() local
355 auto sendError = [&threadInfo, &_hidl_cb](Result result) { in prepareForWriting()
357 threadInfo); in prepareForWriting()
422 threadInfo.pid = getpid(); in prepareForWriting()
423 threadInfo.tid = mWriteThread->getTid(); in prepareForWriting()
425 threadInfo = mWriteThread->getTid(); in prepareForWriting()
428 threadInfo); in prepareForWriting()
/aosp12/hardware/interfaces/audio/2.0/
H A DIStreamIn.hal112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);
H A DIStreamOut.hal105 * @return threadInfo identifiers of the driver's dedicated thread.
113 ThreadInfo threadInfo);
/aosp12/hardware/interfaces/audio/4.0/
H A DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
H A DIStreamOut.hal111 * @return threadInfo identifiers of the driver's dedicated thread.
119 ThreadInfo threadInfo);
/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DPerformanceAnalysis.h155 NBLog::thread_info_t threadInfo{};
/aosp12/hardware/interfaces/audio/5.0/
H A DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
H A DIStreamOut.hal111 * @return threadInfo identifiers of the driver's dedicated thread.
119 ThreadInfo threadInfo);
/aosp12/hardware/interfaces/audio/6.0/
H A DIStreamIn.hal118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);
H A DIStreamOut.hal112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);