Home
last modified time | relevance | path

Searched refs:hasMicrophone (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioPreProcessingTest.java51 if (!hasMicrophone()) { in test1_1NsCreateAndRelease()
75 if (!hasMicrophone()) { in test1_2NsSetEnabledGetEnabled()
112 if (!hasMicrophone()) { in test2_1AecCreateAndRelease()
136 if (!hasMicrophone()) { in test2_2AecSetEnabledGetEnabled()
173 if (!hasMicrophone()) { in test3_1AgcCreateAndRelease()
197 if (!hasMicrophone()) { in test3_2AgcSetEnabledGetEnabled()
227 private boolean hasMicrophone() { in hasMicrophone() method in AudioPreProcessingTest
DAudioRecordRoutingNative.java63 if (!hasMicrophone()) { in testAquireDefaultProxy()
85 if (!hasMicrophone()) { in testAquirePreRealizeDefaultProxy()
107 if (!hasMicrophone()) { in testRouting()
129 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordRoutingNative
DAudioNativeTest.java39 if (!hasMicrophone()) { in testAppendixBRecording()
52 if (!hasMicrophone()) { in testStereo16Record()
159 if (!hasMicrophone()) { in testRecordStreamData()
204 if (!hasMicrophone()) { in testRecordAudit()
237 if (!hasMicrophone()) { in testInputChannelMasks()
310 private boolean hasMicrophone() { in hasMicrophone() method in AudioNativeTest
DAudioRecordingConfigurationTest.java53 if (!hasMicrophone()) { in setUp()
93 if (hasMicrophone()) { in tearDown()
104 if (!hasMicrophone()) { in testAudioManagerGetActiveRecordConfigurations()
139 if (!hasMicrophone()) { in testCallback()
146 if (!hasMicrophone()) { in testCallbackHandler()
211 if (!hasMicrophone()) { in testParcel()
302 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordingConfigurationTest
DAudioRecord_BufferSizeTest.java47 if (!hasMicrophone()) { in testGetMinBufferSize()
98 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecord_BufferSizeTest
DAudioRecordTest.java68 if (!hasMicrophone()) { in setUp()
105 if (hasMicrophone()) { in tearDown()
119 if (!hasMicrophone()) { in testAudioRecordProperties()
137 if (!hasMicrophone()) { in testAudioRecordOP()
335 if (!hasMicrophone()) { in testAudioRecordBuilderDefault()
364 if (!hasMicrophone()) { in testAudioRecordBuilderPartialFormat()
395 if (!hasMicrophone()) { in testAudioRecordBuilderParams()
436 if (!hasMicrophone()) { in testAudioRecordBufferSize()
471 if (!hasMicrophone()) { in testTimestamp()
566 if (!hasMicrophone()) { in testSynchronizedRecord()
[all …]
DMediaRecorderTest.java300 if (!hasMicrophone() || !hasAac()) { in testRecorderMPEG2TS()
584 if (!hasMicrophone()) { in testRecordAudioInRawFormat()
596 if (!hasMicrophone() || !hasAmrNb()) { in testRecordAudioFromAudioSourceUnprocessed()
621 if (!hasMicrophone() || !hasAac()) { in testRecorderAudio()
637 if (!hasMicrophone() || !hasAac()) { in testOnInfoListener()
652 if (!hasMicrophone() || !hasAac()) { in testSetMaxDuration()
696 if (!hasMicrophone() || !hasCamera() || !hasAmrNb() || !hasH264()) { in testSetMaxFileSize()
895 if (!hasMicrophone() || !hasCamera() || !hasAmrNb() || !hasH264()) { in testRecordExceedFileSizeLimit()
1046 if (!hasMicrophone() || !hasAac()) { in testOnErrorListener()
1450 if (hasAudio && (!hasMicrophone() || !hasAmrNb())) { in testRecordFromSurface()
[all …]
DMediaCodecListTest.java286 private boolean hasMicrophone() { in hasMicrophone() method in MediaCodecListTest
375 if (hasMicrophone() && !isWatch()) { in getRequiredCodecTypes()
431 if (hasMicrophone() && !isWatch()) { in testFindEncoderWithAacProfile()
DMediaPlayerTest.java2081 if (!hasMicrophone()) { in testRecordAndPlay()
2160 private boolean hasMicrophone() { in hasMicrophone() method