Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioStreamOut.h110 bool mThrottleValid; variable
138 void resetThrottle() { mThrottleValid = false; } in resetThrottle()
DAudioStreamOut.cpp67 mThrottleValid = false; in AudioStreamOut()
231 if (!mThrottleValid || !needThrottle) { in finishedWriteOp()
232 mThrottleValid = true; in finishedWriteOp()