/cts/tests/tests/media/src/android/media/cts/ |
D | AudioPreProcessingTest.java | 51 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
|
D | AudioRecordRoutingNative.java | 63 if (!hasMicrophone()) { in testAquireDefaultProxy() 85 if (!hasMicrophone()) { in testAquirePreRealizeDefaultProxy() 107 if (!hasMicrophone()) { in testRouting() 129 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordRoutingNative
|
D | AudioNativeTest.java | 44 if (!hasMicrophone()) { in testAppendixBRecording() 57 if (!hasMicrophone()) { in testStereo16Record() 164 if (!hasMicrophone()) { in testRecordStreamData() 209 if (!hasMicrophone()) { in testRecordAudit() 242 if (!hasMicrophone()) { in testInputChannelMasks() 373 private boolean hasMicrophone() { in hasMicrophone() method in AudioNativeTest
|
D | AudioRecordingConfigurationTest.java | 59 if (!hasMicrophone()) { in setUp() 99 if (hasMicrophone()) { in tearDown() 110 if (!hasMicrophone()) { in testAudioManagerGetActiveRecordConfigurations() 148 if (!hasMicrophone()) { in testCallback() 155 if (!hasMicrophone()) { in testCallbackHandler() 228 if (!hasMicrophone()) { in testParcel() 328 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordingConfigurationTest
|
D | AudioRecordTest.java | 103 if (!hasMicrophone()) { in setUp() 145 if (hasMicrophone()) { in tearDown() 159 if (!hasMicrophone()) { in testAudioRecordProperties() 178 if (!hasMicrophone()) { in testAudioRecordOP() 442 if (!hasMicrophone()) { in testAudioRecordBuilderDefault() 472 if (!hasMicrophone()) { in testAudioRecordBuilderPartialFormat() 504 if (!hasMicrophone()) { in testAudioRecordBuilderParams() 546 if (!hasMicrophone()) { in testAudioRecordBufferSize() 582 if (!hasMicrophone()) { in testTimestamp() 682 if (!hasMicrophone()) { in testRecordNoDataForIdleUids() [all …]
|
D | AudioRecord_BufferSizeTest.java | 51 if (!hasMicrophone()) { in testGetMinBufferSize() 102 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecord_BufferSizeTest
|
D | MediaRecorderTest.java | 317 if (!hasMicrophone() || !hasAac()) { in testRecorderMPEG2TS() 636 if (!hasMicrophone()) { in testRecordAudioInRawFormat() 659 if (!hasMicrophone() || !hasAac()) { in testGetActiveMicrophones() 697 if (!hasMicrophone() || !hasAmrNb()) { in testRecordAudioFromAudioSourceUnprocessed() 723 if (!hasMicrophone() || !hasAac()) { in testRecorderAudio() 739 if (!hasMicrophone() || !hasAac()) { in testOnInfoListener() 754 if (!hasMicrophone() || !hasAac()) { in testSetMaxDuration() 798 if (!hasMicrophone() || !hasCamera() || !hasAmrNb() || !hasH264()) { in testSetMaxFileSize() 1011 if (!hasMicrophone() || !hasCamera() || !hasAmrNb() || !hasH264()) { in testRecordExceedFileSizeLimit() 1175 if (!hasMicrophone() || !hasAac()) { in testOnErrorListener() [all …]
|
D | AudioRecordAppOpTest.java | 56 if (!hasMicrophone()) { in testRecordAppOps() 132 private static boolean hasMicrophone() { in hasMicrophone() method in AudioRecordAppOpTest
|
D | MediaSyncEventTest.java | 46 if (!hasMicrophone()) { in testSynchronizedRecord() 221 private boolean hasMicrophone() { in hasMicrophone() method in MediaSyncEventTest
|
D | AudioRecordSharedAudioTest.java | 55 if (!hasMicrophone()) { in setUp() 273 private boolean hasMicrophone() { in hasMicrophone() method in AudioRecordSharedAudioTest
|
D | MediaCodecListTest.java | 310 private boolean hasMicrophone() { in hasMicrophone() method in MediaCodecListTest 408 if (hasMicrophone() && !isWatch()) { in getRequiredCodecTypes() 468 if (hasMicrophone() && !isWatch()) { in testFindEncoderWithAacProfile()
|
D | MediaPlayerTest.java | 2392 if (!hasMicrophone()) { in testRecordAndPlay() 2471 private boolean hasMicrophone() { in hasMicrophone() method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MicrophoneDeviceTestActivity.java | 112 final boolean hasMicrophone = inputDevice.hasMicrophone(); in createInputDeviceItems() 113 Log.w(TAG, "name: " + inputDevice.getName() + ", mic: " + hasMicrophone + ", virtual: " in createInputDeviceItems() 131 inputDeviceYesItem, Arrays.asList(true, hasMicrophone, inputDeviceNoItem)); in createInputDeviceItems() 133 inputDeviceNoItem, Arrays.asList(false, hasMicrophone, inputDeviceYesItem)); in createInputDeviceItems()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoAudioPermissionTest.java | 46 private boolean hasMicrophone() { in hasMicrophone() method in NoAudioPermissionTest 105 if (!hasMicrophone()) return; in testRecordPermission()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FeatureUtil.java | 133 public static boolean hasMicrophone() { in hasMicrophone() method in FeatureUtil
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecTestBase.java | 584 static boolean hasMicrophone() { in hasMicrophone() method in CodecTestBase 689 if (hasMicrophone() && needAudio) { in compileRequiredMimeList()
|