Searched refs:threadTypeToString (Results 1 – 2 of 2) sorted by relevance
35 static const char *threadTypeToString(type_t type);
336 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString() function in android::AudioFlinger::ThreadBase1578 dprintf(fd, "\nOutput thread %p type %d (%s):\n", this, type(), threadTypeToString(type())); in dumpInternals()