Home
last modified time | relevance | path

Searched refs:threadTypeToString (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libnblog/
H A DReportPerformance.cpp48 root["type"] = NBLog::threadTypeToString(data.threadInfo.type); in dumpToJson()
65 ss << "Thread type=" << NBLog::threadTypeToString(data.threadInfo.type) in dumpHistogramsToString()
119 ss << NBLog::threadTypeToString(data.threadInfo.type) << "," << data.threadInfo.id << "\n"; in dumpRetroString()
201 const char * const typeString = NBLog::threadTypeToString(data.threadInfo.type); in sendToMediaMetrics()
H A DReader.cpp256 threadTypeToString(info.type)); in dump()
/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEvents.h100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString() function
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h39 static const char *threadTypeToString(type_t type);
H A DThreads.cpp495 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString() function in android::AudioFlinger::ThreadBase
538 mThreadMetrics.logConstructor(getpid(), threadTypeToString(type), id); in ThreadBase()
907 this, mThreadName, getTid(), type(), threadTypeToString(type())); in dump()
1923 item->setCString(MM_PREFIX "type", threadTypeToString(mType)); in sendStatistics()