Searched refs:ThreadType (Results 1 – 2 of 2) sorted by relevance
92 enum ThreadType { enum100 inline const char *threadTypeToString(ThreadType type) { in threadTypeToString()124 ThreadType type = UNKNOWN; // See enum ThreadType above
80 template<typename ThreadType, typename TrackType>101 sp<ThreadType> thread() { return mThread; } in thread()103 sp<const ThreadType> const_thread() const { return mThread; } in const_thread()121 void setThread(const sp<ThreadType>& thread, bool closeThread = true) {147 sp<ThreadType> mThread;