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
DAudioNativeTest.java38 if (!hasMicrophone()) { in testAppendixBRecording()
51 if (!hasMicrophone()) { in testStereo16Record()
147 if (!hasMicrophone()) { in testRecordStreamData()
192 if (!hasMicrophone()) { in testRecordAudit()
229 if (!hasMicrophone()) { in testInputChannelMasks()
296 private boolean hasMicrophone() { in hasMicrophone() method in AudioNativeTest
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
DAudioRecordingConfigurationTest.java49 if (!hasMicrophone()) { in setUp()
89 if (hasMicrophone()) { in tearDown()
99 if (!hasMicrophone()) { in testAudioManagerGetActiveRecordConfigurations()
134 if (!hasMicrophone()) { in testCallback()
173 if (!hasMicrophone()) { in testParcel()
263 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordingConfigurationTest
DAudioRecord_BufferSizeTest.java46 if (!hasMicrophone()) { in testGetMinBufferSize()
97 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.java416 if (!hasMicrophone()) { in testRecordAudioInRawFormat()
428 if (!hasMicrophone()) { in testRecordAudioFromAudioSourceUnprocessed()
452 if (!hasMicrophone() || !hasAmrNb()) { in testRecorderAudio()
468 if (!hasMicrophone() || !hasAmrNb()) { in testOnInfoListener()
483 if (!hasMicrophone() || !hasAmrNb()) { in testSetMaxDuration()
527 if (!hasMicrophone() || !hasCamera() || !hasAmrNb() || !hasH264()) { in testSetMaxFileSize()
559 if (!hasMicrophone() || !hasAmrNb()) { in testOnErrorListener()
962 if (hasAudio && (!hasMicrophone() || !hasAmrNb())) { in testRecordFromSurface()
1033 private boolean hasMicrophone() { in hasMicrophone() method in MediaRecorderTest
DMediaCodecListTest.java281 private boolean hasMicrophone() { in hasMicrophone() method in MediaCodecListTest
370 if (hasMicrophone() && !isWatch()) { in getRequiredCodecTypes()
426 if (hasMicrophone() && !isWatch()) { in testFindEncoderWithAacProfile()
DMediaPlayerTest.java1969 if (!hasMicrophone()) { in testRecordAndPlay()
2048 private boolean hasMicrophone() { in hasMicrophone() method