Searched refs:threadTypeToString (Results 1 – 6 of 6) 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()
259 threadTypeToString(info.type)); in dump()
100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString() function
150 static const char* threadTypeToString(type_t type);
616 const char* IAfThreadBase::threadTypeToString(ThreadBase::type_t type) in threadTypeToString() function in android::IAfThreadBase661 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()
388 IAfThreadBase::threadTypeToString(thread->type())); in createDeviceIntervalTrace()