Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioThread.cpp30 std::atomic<uint32_t> AAudioThread::mNextThreadIndex{1};
48 uint32_t index = mNextThreadIndex++; in setup()
H A DAAudioThread.h78 static std::atomic<uint32_t> mNextThreadIndex; variable