Home
last modified time | relevance | path

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

/aosp_15_r20/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.cpp259 threadTypeToString(info.type)); in dump()
/aosp_15_r20/frameworks/av/media/libnblog/include/media/nblog/
H A DEvents.h100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString() function
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DIAfThread.h150 static const char* threadTypeToString(type_t type);
H A DThreads.cpp616 const char* IAfThreadBase::threadTypeToString(ThreadBase::type_t type) in threadTypeToString() function in android::IAfThreadBase
661 mThreadMetrics.logConstructor(getpid(), threadTypeToString(type), id); in ThreadBase()
1052 this, mThreadName, getTid(), type(), threadTypeToString(type())); in dump()
1512 __func__, threadTypeToString(mType)); in checkEffectCompatibility_l()
2082 item->setCString(MM_PREFIX "type", threadTypeToString(mType)); in sendStatistics()
H A DTracks.cpp388 IAfThreadBase::threadTypeToString(thread->type())); in createDeviceIntervalTrace()