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

/frameworks/av/services/audioflinger/
H A DLinearMap.h170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x")
172 checkedDiff(&ydiff, y, mY[mPos], "y");
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { function in class:android::LinearMap

Completed in 147 milliseconds