Searched refs:playbackUsage (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioPlaybackCaptureTest.java | 222 @AttributeUsage int playbackUsage, in testPlaybackCapture() argument 225 playbackUsage); in testPlaybackCapture() 258 @AttributeUsage int playbackUsage, in testPlaybackCapture() argument 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()
|