Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h37 static const char *threadTypeToString(type_t type);
DThreads.cpp433 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString() function in android::AudioFlinger::ThreadBase
811 this, mThreadName, getTid(), type(), threadTypeToString(type())); in dumpBase()