HomeSort by relevance Sort by last modified time
    Searched refs:mNextThreadIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/oboeservice/
AAudioThread.h 78 static std::atomic<uint32_t> mNextThreadIndex;
AAudioThread.cpp 30 std::atomic<uint32_t> AAudioThread::mNextThreadIndex{1};
45 uint32_t index = mNextThreadIndex++;

Completed in 692 milliseconds