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