Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2007/
Dpoc.cpp32 int32_t readIndex = fifoController.getReadIndex(); in main() local
35 if ((readIndex < 0) || (writeIndex < 0)) { in main()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java2620 int readIndex = mAudioManager.getVolumeGroupVolumeIndex(volumeGroupId); in testAdjustVolumeGroupVolume() local
2622 + 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 …]