Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java144 int markerInFrames = mAudioRecord.getSampleRate() / 2; in testAudioRecordOP() local
146 mAudioRecord.setNotificationMarkerPosition(markerInFrames)); in testAudioRecordOP()
147 assertEquals(markerInFrames, mAudioRecord.getNotificationMarkerPosition()); in testAudioRecordOP()
DAudioTrackTest.java1409 final int markerInFrames = 2; in testAudioTrackProperties() local
1411 track.setNotificationMarkerPosition(markerInFrames)); in testAudioTrackProperties()
1412 assertEquals(TEST_NAME, markerInFrames, track.getNotificationMarkerPosition()); in testAudioTrackProperties()