Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DStreamManager.h214 , mK2V{new std::atomic<V>[hashCapacity]()} { in PerfectHash()
260 std::atomic<V> &getValue(K key) { return mK2V[key & (mHashCapacity - 1)]; } in getValue()
261 const std::atomic_int32_t &getValue(K key) const { return mK2V[key & (mHashCapacity - 1)]; } in getValue()
266 std::unique_ptr<std::atomic<V>[]> mK2V; // no lock needed for read access. variable