Searched refs:threadTypeToString (Results 1 – 5 of 5) sorted by relevance
48 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()
256 threadTypeToString(info.type)); in dump()
100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString() function
39 static const char *threadTypeToString(type_t type);
495 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString() function in android::AudioFlinger::ThreadBase538 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()