Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DStreamManager.h234 const K atPosition = getKforV(v); variable
235 if (atPosition < 0 || // invalid value
236 atPosition == oldKey || // value's key still valid and matches old key
237 ((atPosition ^ oldKey) & (mHashCapacity - 1)) != 0) { // stale key entry
251 const K atPosition = getKforV(v); variable
253 if (atPosition < 0 || // invalid value
254 ((atPosition ^ mNextKey) & (mHashCapacity - 1)) != 0) { // stale key entry