Home
last modified time | relevance | path

Searched refs:setChannelMask (Results 1 – 25 of 52) sorted by relevance

123

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DCallAudioInterceptionTest.java117 .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()
DAudioRecordSharedAudioTest.java85 .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()
DAudioFormatTest.java50 .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()
DAudioMixTest.java58 .setChannelMask(CHANNEL_OUT_STEREO)
64 .setChannelMask(CHANNEL_OUT_STEREO)
69 .setChannelMask(CHANNEL_OUT_MONO)
74 .setChannelMask(AudioFormat.CHANNEL_IN_MONO)
DAudioRecordTest.java133 .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 …]
DMediaSyncEventTest.java66 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO) in testSynchronizedRecord()
94 .setChannelMask(RECORD_CHANNEL_MASK) in testSynchronizedRecord()
DDtsAudioFormatsTest.kt98 .setChannelMask(channelMask) in <lambda>()
DDirectAudioProfilesForAttributesTest.kt120 .setChannelMask(channelMask) in <lambda>()
DAudioRecordAppOpTest.java81 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testRecordAppOps()
DAudioTrackTest.java350 .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/
DAudioRecorderService.java59 .setChannelMask(channelConfig) in run()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DAudioStreamHelper.java38 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build();
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DJavaPlayer.java152 formatBuilder.setChannelMask( in setupStream()
155 formatBuilder.setChannelMask(mChannelMask); in setupStream()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DBuilderBase.java162 public BuilderBase setChannelMask(int mask) { in setChannelMask() method in BuilderBase
/cts/tests/tests/attributionsource/BlamedPermissionApp2/src/android/attributionsource/cts/blamed2/
DMyRecognitionService.kt73 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in performOperationMicRecoWithAttribution()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DTestPermissionHotwordDetectionService.java50 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in onDetect()
/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/
DAudioInjector.java48 .setChannelMask(CHANNEL_IN_MONO)
/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java75 .setChannelMask(channelMask) in createAudioTrack()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/
DHotwordAudioStreamTest.java51 .setChannelMask(AudioFormat.CHANNEL_IN_MONO) in testHotwordAudioStreamDefaultAndUpdateValue()
DAlwaysOnHotwordDetectorEventPayloadTest.java65 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(); in testEventPayload_getCaptureAudioFormat()
/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/
DRecordService.kt124 .setChannelMask(channelConfig) in record()
/cts/tests/tests/media/common/src/android/media/cts/
DNonBlockingAudioTrack.java103 .setChannelMask(channelConfig) in NonBlockingAudioTrack()
/cts/tests/tests/sensorprivacy/test-apps/utils/src/android/sensorprivacy/cts/testapp/utils/
DUtils.kt33 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build()) in <lambda>()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionMultiDetectorTest.java150 .setChannelMask(AudioFormat.CHANNEL_IN_MONO).build(), in testAlwaysOnHotwordDetectorDestroy_throwsExceptionAfterDestroy()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainWearableSensingService.java86 .setChannelMask(AudioFormat.CHANNEL_OUT_MONO)

123