Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DLoudnessEnhancerTest.java51 if (!hasAudioOutput()) { in test0_0ConstructorAndRelease()
71 if (!hasAudioOutput()) { in test1_0TargetGain()
97 if (!hasAudioOutput()) { in test2_0SetEnabledGetEnabled()
116 if (!hasAudioOutput()) { in test2_1SetEnabledAfterRelease()
137 if (!hasAudioOutput()) { in test3_0MeasureGainChange()
DDynamicsProcessingTest.java75 if (!hasAudioOutput()) { in test0_0ConstructorAndRelease()
93 if (!hasAudioOutput()) { in test0_1ConstructorWithConfigAndRelease()
108 if (!hasAudioOutput()) { in test1_0ParametersEngine()
135 if (!hasAudioOutput()) { in test1_1ParametersChannel()
155 if (!hasAudioOutput()) { in test1_2ParametersPreEq()
175 if (!hasAudioOutput()) { in test1_3ParametersMbc()
194 if (!hasAudioOutput()) { in test1_4ParametersPostEq()
213 if (!hasAudioOutput()) { in test1_5ParametersLimiter()
230 if (!hasAudioOutput()) { in test1_6Channel_perStage()
327 if (!hasAudioOutput()) { in test1_7Channel_perBand()
[all …]
DVisualizerTest.java132 if (!hasAudioOutput()) { in test2_0PollingCapture()
164 if (!hasAudioOutput()) { in test2_1ListenerCapture()
230 if (!hasAudioOutput()) { in test3_0MeasurementModeNone()
262 if (!hasAudioOutput()) { in test4_0MeasurementModePeakRms()
290 if (!hasAudioOutput()) { in test4_1MeasurePeakRms()
365 if (!hasAudioOutput()) { in test4_2MeasurePeakRmsLongMP3()
DRingtoneTest.java125 private boolean hasAudioOutput() { in hasAudioOutput() method in RingtoneTest
139 if (!hasAudioOutput()) { in testRingtone()
177 if (!hasAudioOutput()) { in testPlaybackProperties()
DPostProcTestBase.java37 protected boolean hasAudioOutput() { in hasAudioOutput() method in PostProcTestBase
DVolumeShaperTest.java157 private boolean hasAudioOutput() { in hasAudioOutput() method in VolumeShaperTest
557 if (!hasAudioOutput()) { in testMaximumShapers()
587 if (!hasAudioOutput()) { in testPlayerDuck()
612 if (!hasAudioOutput()) { in testPlayerRamp()
638 if (!hasAudioOutput()) { in testPlayerCornerCase()
689 if (!hasAudioOutput()) { in testPlayerCornerCase2()
732 if (!hasAudioOutput()) { in testPlayerJoin()
769 if (!hasAudioOutput()) { in testPlayerCubicMonotonic()
893 if (!hasAudioOutput()) { in testPlayerStepRamp()
1019 if (!hasAudioOutput()) { in testPlayerTwoShapers()
[all …]
DAudioNativeTest.java218 if (!hasAudioOutput()) { in testOutputChannelMasks()
378 private boolean hasAudioOutput() { in hasAudioOutput() method in AudioNativeTest
DAudioTrackTest.java1554 if (!hasAudioOutput()) { in testPlayStaticDataShort()
1582 if (!hasAudioOutput()) { in testPlayStaticData()
2082 private boolean hasAudioOutput() { in hasAudioOutput() method in AudioTrackTest
2104 if (!hasAudioOutput()) { in testGetTimestamp()
2120 if (!hasAudioOutput()) { in testFastTimestamp()
2390 if (!hasAudioOutput()) { in testVariableSpeedPlayback()
2657 if (!hasAudioOutput()) { in testMediaMetrics()
2722 if (!hasAudioOutput()) { in testMaxAudioTracks()
2762 if (!hasAudioOutput()) { in testTunerConfiguration()
2831 if (!hasAudioOutput()) { in testCodecFormatChangedListener()
[all …]
DMediaSyncTest.java175 private boolean hasAudioOutput() { in hasAudioOutput() method in MediaSyncTest
356 if (!hasAudioOutput()) { in testPlayAudio()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DRingerModeActivity.java143 private boolean hasAudioOutput() { in hasAudioOutput() method in RingerModeActivity
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java604 static boolean hasAudioOutput() { in hasAudioOutput() method in CodecTestBase
651 if (hasAudioOutput() && needAudio) { in compileRequiredMimeList()