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