Searched refs:switchBandwidthIfNeeded (Results 1 – 2 of 2) sorted by relevance
295 bool switchBandwidthIfNeeded(bool bufferHigh, bool bufferLow);
2095 if (!switchBandwidthIfNeeded(false /* up */, down) && ready) { in onPollBuffering()2106 switchBandwidthIfNeeded(up, down); in onPollBuffering()2316 bool LiveSession::switchBandwidthIfNeeded(bool bufferHigh, bool bufferLow) { in switchBandwidthIfNeeded() function in android::LiveSession