Home
last modified time | relevance | path

Searched refs:hasAudioOutput (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DLoudnessEnhancerTest.java62 if (!hasAudioOutput()) { in test0_0ConstructorAndRelease()
83 if (!hasAudioOutput()) { in test1_0TargetGain()
112 if (!hasAudioOutput()) { in test2_0SetEnabledGetEnabled()
132 if (!hasAudioOutput()) { in test2_1SetEnabledAfterRelease()
154 if (!hasAudioOutput()) { in test3_0MeasureGainChange()
DDynamicsProcessingTest.java82 if (!hasAudioOutput()) { in test0_0ConstructorAndRelease()
101 if (!hasAudioOutput()) { in test0_1ConstructorWithConfigAndRelease()
117 if (!hasAudioOutput()) { in test1_0ParametersEngine()
145 if (!hasAudioOutput()) { in test1_1ParametersChannel()
166 if (!hasAudioOutput()) { in test1_2ParametersPreEq()
187 if (!hasAudioOutput()) { in test1_3ParametersMbc()
207 if (!hasAudioOutput()) { in test1_4ParametersPostEq()
227 if (!hasAudioOutput()) { in test1_5ParametersLimiter()
245 if (!hasAudioOutput()) { in test1_6Channel_perStage()
343 if (!hasAudioOutput()) { in test1_7Channel_perBand()
[all …]
DVisualizerTest.java165 if (!hasAudioOutput()) { in test2_0PollingCapture()
198 if (!hasAudioOutput()) { in test2_1ListenerCapture()
261 if (!hasAudioOutput()) { in test2_2IllegalCaptureSize()
290 if (!hasAudioOutput()) { in test3_0MeasurementModeNone()
323 if (!hasAudioOutput()) { in test4_0MeasurementModePeakRms()
352 if (!hasAudioOutput()) { in test4_1MeasurePeakRms()
426 if (!hasAudioOutput()) { in test4_2MeasurePeakRmsLongMP3()
DRingtoneTest.java127 private boolean hasAudioOutput() { in hasAudioOutput() method in RingtoneTest
141 if (!hasAudioOutput()) { in testRingtone()
190 if (!hasAudioOutput()) { in testPlaybackProperties()
DPostProcTestBase.java50 protected boolean hasAudioOutput() { in hasAudioOutput() method in PostProcTestBase
DVolumeShaperTest.java185 private boolean hasAudioOutput() { in hasAudioOutput() method in VolumeShaperTest
623 if (!hasAudioOutput()) { in testMaximumShapers()
672 if (!hasAudioOutput()) { in runTestDuckPlayer()
725 if (!hasAudioOutput()) { in runTestRampPlayer()
766 if (!hasAudioOutput()) { in runTestCornerCasePlayer()
809 if (!hasAudioOutput()) { in testPlayerCornerCase2()
853 if (!hasAudioOutput()) { in testPlayerJoin()
927 if (!hasAudioOutput()) { in runTestCubicMonotonicPlayer()
1055 if (!hasAudioOutput()) { in runTestStepRampPlayer()
1197 if (!hasAudioOutput()) { in runTestTwoShapersPlayer()
[all …]
DAudioTrackTest.java1579 if (!hasAudioOutput()) { in testPlayStaticDataShort()
1621 if (!hasAudioOutput()) { in doTestPlayStaticData()
2121 private boolean hasAudioOutput() { in hasAudioOutput() method in AudioTrackTest
2143 if (!hasAudioOutput()) { in testGetTimestamp()
2159 if (!hasAudioOutput()) { in testFastTimestamp()
2430 if (!hasAudioOutput()) { in testVariableSpeedPlayback()
2703 if (!hasAudioOutput()) { in testMediaMetrics()
2768 if (!hasAudioOutput()) { in testMaxAudioTracks()
2808 if (!hasAudioOutput()) { in testTunerConfiguration()
2877 if (!hasAudioOutput()) { in testCodecFormatChangedListener()
[all …]
DAudioTestUtil.java43 public static boolean hasAudioOutput(Context context) { in hasAudioOutput() method in AudioTestUtil
DAudioNativeTest.java228 if (!hasAudioOutput()) { in testOutputChannelMasks()
389 private boolean hasAudioOutput() { in hasAudioOutput() method in AudioNativeTest
DAudioManagerTest.java2278 if (AudioTestUtil.hasAudioOutput(mContext)) { in testGetSupportedDeviceTypes()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaSyncTest.java176 private boolean hasAudioOutput() { in hasAudioOutput() method in MediaSyncTest
357 if (!hasAudioOutput()) { in testPlayAudio()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DRingerModeActivity.java147 private boolean hasAudioOutput() { in hasAudioOutput() method in RingerModeActivity
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1482 public static boolean hasAudioOutput() { in hasAudioOutput() method in MediaUtils
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java802 if (MediaUtils.hasAudioOutput() && needAudio) { in compileRequiredMediaTypeList()