Searched refs:readIndex (Results 1 – 2 of 2) sorted by relevance
32 int32_t readIndex = fifoController.getReadIndex(); in main() local35 if ((readIndex < 0) || (writeIndex < 0)) { in main()
2620 int readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume() local2622 + volumeGroupId, readIndex, index); in testAdjustVolumeGroupVolume()2630 readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume()2632 assertEquals(readIndex, index); in testAdjustVolumeGroupVolume()2641 readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume()2642 assertEquals(readIndex, indexMax); in testAdjustVolumeGroupVolume()2651 readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume()2653 + volumeGroupId, readIndex, index); in testAdjustVolumeGroupVolume()2662 readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume()2664 + volumeGroupId, readIndex, indexMin); in testAdjustVolumeGroupVolume()[all …]