Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DStreamManager.h229 const K atPosition = getKforV(v); variable
230 if (atPosition < 0 || // invalid value
231 atPosition == oldKey || // value's key still valid and matches old key
232 ((atPosition ^ oldKey) & (mHashCapacity - 1)) != 0) { // stale key entry
246 const K atPosition = getKforV(v); variable
248 if (atPosition < 0 || // invalid value
249 ((atPosition ^ mNextKey) & (mHashCapacity - 1)) != 0) { // stale key entry