Searched refs:periodInFrames (Results 1 – 2 of 2) sorted by relevance
198 int periodInFrames = mAudioRecord.getSampleRate(); in testAudioRecordOP() local200 mAudioRecord.setPositionNotificationPeriod(periodInFrames)); in testAudioRecordOP()201 assertEquals(periodInFrames, mAudioRecord.getPositionNotificationPeriod()); in testAudioRecordOP()
1526 final int periodInFrames = 2; in testAudioTrackProperties() local1528 track.setPositionNotificationPeriod(periodInFrames)); in testAudioTrackProperties()1529 assertEquals(TEST_NAME, periodInFrames, track.getPositionNotificationPeriod()); in testAudioTrackProperties()