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

/system/vold/
H A DMoveTask.cpp30 #define CONSTRAIN(amount, low, high) (amount < low ? low : (amount > high ? high : amount)) macro
112 notifyProgress(startProgress + CONSTRAIN((int)
153 notifyProgress(startProgress + CONSTRAIN((int)

Completed in 50 milliseconds