Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DStreamManager.h120 size_t getActiveThreadCount() const { return mActiveThreadCount; } in getActiveThreadCount()
137 LOG_ALWAYS_FATAL_IF(mActiveThreadCount != 0, in quit()
138 "Invalid Active Threads: %zu", (size_t)mActiveThreadCount); in quit()
163 [this, id, mf = std::move(f)] { mf(id); --mActiveThreadCount; }, in launch()
166 ++mActiveThreadCount; in launch()
188 std::atomic_size_t mActiveThreadCount = 0; variable