Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java2005 int idCount = 0; in extractCameraIdListLocked() local
2010 idCount++; in extractCameraIdListLocked()
2012 cameraIds = new String[idCount]; in extractCameraIdListLocked()
2013 idCount = 0; in extractCameraIdListLocked()
2018 cameraIds[idCount] = mDeviceStatus.keyAt(i); in extractCameraIdListLocked()
2019 idCount++; in extractCameraIdListLocked()