Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/include/media/nblog/
DEvents.h92 enum ThreadType { enum
100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString()
124 ThreadType type = UNKNOWN; // See enum ThreadType above
/frameworks/av/services/audioflinger/
DIAfPatchPanel.h107 template <typename ThreadType, typename TrackType>
135 sp<ThreadType> thread() const { return mThread; } in thread()
137 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()
158 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {
188 sp<ThreadType> mThread;