Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEvents.h92 enum ThreadType { enum
100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString()
124 ThreadType type = UNKNOWN; // See enum ThreadType above
/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.h81 template<typename ThreadType, typename TrackType>
108 sp<ThreadType> thread() const { return mThread; } in thread()
110 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()
128 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {
156 sp<ThreadType> mThread;
/aosp12/art/libartbase/base/metrics/
H A Dmetrics.h592 enum class ThreadType {