/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | CallAudioInterceptionTest.java | 117 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO).build(); in testGetCallUplinkInjectionAudioTrackFail() 147 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO).build(); in testGetCallUplinkInjectionAudioTrackFail() 153 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO).build(); in testGetCallUplinkInjectionAudioTrackFail() 159 .setChannelMask(AudioFormat.CHANNEL_OUT_5POINT1).build(); in testGetCallUplinkInjectionAudioTrackFail() 180 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO).build(); in testGetCallUplinkInjectionAudioTrackSuccess() 219 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testGetCallDownlinkExtractionAudioRecordFail() 248 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testGetCallDownlinkExtractionAudioRecordFail() 254 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testGetCallDownlinkExtractionAudioRecordFail() 260 .setChannelMask(AudioFormat.CHANNEL_IN_5POINT1).build(); in testGetCallDownlinkExtractionAudioRecordFail() 281 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testGetCallDownlinkExtractionAudioRecordSuccess()
|
D | AudioRecordSharedAudioTest.java | 85 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in testPermissionFailure() 107 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in testPermissionSuccess() 146 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in testBadValues() 180 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in testCapturesMatch() 207 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in testCapturesMatch()
|
D | AudioFormatTest.java | 50 .setChannelMask(TEST_CONF_POS).setChannelIndexMask(TEST_CONF_IDX).build(); in testBuilderForCopy() 116 .setChannelMask(TEST_CONF_POS).build(); in testPartialFormatBuilderForCopyChanMask() 165 .setChannelMask(TEST_CONF_POS).setChannelIndexMask(TEST_CONF_IDX).build(); in testParcel() 205 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testFrameSize() 215 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testFrameSize() 261 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testValidEncodings()
|
D | AudioMixTest.java | 58 .setChannelMask(CHANNEL_OUT_STEREO) 64 .setChannelMask(CHANNEL_OUT_STEREO) 69 .setChannelMask(CHANNEL_OUT_MONO) 74 .setChannelMask(AudioFormat.CHANNEL_IN_MONO)
|
D | AudioRecordTest.java | 133 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in setUp() 528 .setChannelMask(expectedChannel) in testAudioRecordBuilderParams() 696 .setChannelMask(RECORD_CHANNEL_MASK) in testTimestamp() 824 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testRestrictedAudioSourcePermissions() 853 .setChannelMask(RECORD_CHANNEL_MASK) in testMediaMetrics() 1774 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testAudioRecordBuilderError() 1801 .setChannelMask(INVALID_CHANNEL_MASK) in testAudioRecordBuilderError() 1826 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testPrivacySensitiveBuilder() 1848 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testPrivacySensitiveDefaults() 1860 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testPrivacySensitiveDefaults() [all …]
|
D | MediaSyncEventTest.java | 66 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO) in testSynchronizedRecord() 94 .setChannelMask(RECORD_CHANNEL_MASK) in testSynchronizedRecord()
|
D | DtsAudioFormatsTest.kt | 98 .setChannelMask(channelMask) in <lambda>()
|
D | DirectAudioProfilesForAttributesTest.kt | 120 .setChannelMask(channelMask) in <lambda>()
|
D | AudioRecordAppOpTest.java | 81 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testRecordAppOps()
|
D | AudioTrackTest.java | 350 .setChannelMask(TEST_CHANNELS).setSampleRate(TEST_RATE).build()) in testBuilderFormat() 1924 afb.setChannelMask(testChannelMask); in playOnceStreamByteBuffer() 2200 .setChannelMask(channelMask) in doTestTimestamp() 2446 .setChannelMask(testChannelMask) in testVariableSpeedPlayback() 2621 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO) in testAudioTrackLargeFrameCount() 2646 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testAc3BuilderNoBufferSize() 2694 .setChannelMask(AudioFormat.CHANNEL_OUT_STEREO) in testIsDirectPlaybackSupported() 2714 .setChannelMask(TEST_CHANNEL_MASK) in testMediaMetrics() 2781 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO) in testMaxAudioTracks() 2975 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO) in testSetLogSessionId() [all …]
|
/cts/tests/tests/systemui/AudioRecorderTestApp_AudioRecord/src/android/systemui/cts/audiorecorder/audiorecord/ |
D | AudioRecorderService.java | 59 .setChannelMask(channelConfig) in run()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | AudioStreamHelper.java | 38 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build();
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | JavaPlayer.java | 152 formatBuilder.setChannelMask( in setupStream() 155 formatBuilder.setChannelMask(mChannelMask); in setupStream()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/ |
D | BuilderBase.java | 162 public BuilderBase setChannelMask(int mask) { in setChannelMask() method in BuilderBase
|
/cts/tests/tests/attributionsource/BlamedPermissionApp2/src/android/attributionsource/cts/blamed2/ |
D | MyRecognitionService.kt | 73 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in performOperationMicRecoWithAttribution()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/ |
D | TestPermissionHotwordDetectionService.java | 50 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in onDetect()
|
/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/ |
D | AudioInjector.java | 48 .setChannelMask(CHANNEL_IN_MONO)
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | AudioPlaybackLoad.java | 75 .setChannelMask(channelMask) in createAudioTrack()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/ |
D | HotwordAudioStreamTest.java | 51 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testHotwordAudioStreamDefaultAndUpdateValue()
|
D | AlwaysOnHotwordDetectorEventPayloadTest.java | 65 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testEventPayload_getCaptureAudioFormat()
|
/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/ |
D | RecordService.kt | 124 .setChannelMask(channelConfig) in record()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | NonBlockingAudioTrack.java | 103 .setChannelMask(channelConfig) in NonBlockingAudioTrack()
|
/cts/tests/tests/sensorprivacy/test-apps/utils/src/android/sensorprivacy/cts/testapp/utils/ |
D | Utils.kt | 33 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in <lambda>()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | VoiceInteractionMultiDetectorTest.java | 150 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(), in testAlwaysOnHotwordDetectorDestroy_throwsExceptionAfterDestroy()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainWearableSensingService.java | 86 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO)
|