Searched refs:periodInFrames (Results 1 – 2 of 2) sorted by relevance
148 int periodInFrames = mAudioRecord.getSampleRate(); in testAudioRecordOP() local150 mAudioRecord.setPositionNotificationPeriod(periodInFrames)); in testAudioRecordOP()151 assertEquals(periodInFrames, mAudioRecord.getPositionNotificationPeriod()); in testAudioRecordOP()
1378 final int periodInFrames = 2; in testAudioTrackProperties() local1380 track.setPositionNotificationPeriod(periodInFrames)); in testAudioTrackProperties()1381 assertEquals(TEST_NAME, periodInFrames, track.getPositionNotificationPeriod()); in testAudioTrackProperties()