Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java194 int markerInFrames = mAudioRecord.getSampleRate() / 2; in testAudioRecordOP() local
196 mAudioRecord.setNotificationMarkerPosition(markerInFrames)); in testAudioRecordOP()
197 assertEquals(markerInFrames, mAudioRecord.getNotificationMarkerPosition()); in testAudioRecordOP()
DAudioTrackTest.java1520 final int markerInFrames = 2; in testAudioTrackProperties() local
1522 track.setNotificationMarkerPosition(markerInFrames)); in testAudioTrackProperties()
1523 assertEquals(TEST_NAME, markerInFrames, track.getNotificationMarkerPosition()); in testAudioTrackProperties()