Searched refs:threadTypeToString (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h34 // If you add any values here, also update ThreadBase::threadTypeToString()
37 static const char *threadTypeToString(type_t type);
H A DThreads.cpp437 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) function in class:android::AudioFlinger::ThreadBase
815 this, mThreadName, getTid(), type(), threadTypeToString(type()));

Completed in 79 milliseconds