Home
last modified time | relevance | path

Searched refs:testPlaybackCapture (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioPlaybackCaptureTest.java221 public void testPlaybackCapture(@CapturePolicy int capturePolicy, in testPlaybackCapture() method in AudioPlaybackCaptureTest
257 public void testPlaybackCapture(boolean allowCapture, in testPlaybackCapture() method in AudioPlaybackCaptureTest
261 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture()
263 testPlaybackCapture(ALLOW_CAPTURE_BY_SYSTEM, playbackUsage, dataPresent); in testPlaybackCapture()
264 testPlaybackCapture(ALLOW_CAPTURE_BY_NONE, playbackUsage, dataPresent); in testPlaybackCapture()
268 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture()
270 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture()
303 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_MEDIA, EXPECT_DATA); in testPlaybackCaptureFast()
304 testPlaybackCapture(OPT_OUT, AudioAttributes.USAGE_MEDIA, EXPECT_SILENCE); in testPlaybackCaptureFast()
311 testPlaybackCapture(OPT_IN, AudioAttributes.USAGE_MEDIA, EXPECT_DATA); in testPlaybackCaptureRerouting()
[all …]
DRemoteSubmixTest.java221 public void testPlaybackCapture(boolean testWithScreenLock) throws Exception { in testPlaybackCapture() method in RemoteSubmixTest
292 testPlaybackCapture(/* testWithScreenLock */ false); in testRemoteSubmixRecordingContinuity()
305 testPlaybackCapture(/* testWithScreenLock */ true); in testRemoteSubmixRecordingContinuityWithScreenLock()