Searched refs:findU (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DLinearMap.h224 // See findU for details.
227 return findU(y, mX, mY, method, extrapolation, startValue);
231 // See findU for details.
234 return findU(x, mY, mX, method, extrapolation, startValue);
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, function in class:android::LinearMap

Completed in 479 milliseconds