Searched refs:shouldEnablePowerSaving (Results 1 – 1 of 1) sorted by relevance
755 if (shouldEnablePowerSaving(mAttributes, format, bufferSizeInBytes, mode)) { in AudioTrack()1230 if (!shouldEnablePowerSaving(mAttributes, mFormat, mBufferSizeInBytes, mMode)) { in build()1575 private static boolean shouldEnablePowerSaving( in shouldEnablePowerSaving() method in AudioTrack