Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionCharacteristics.java629 IntArray extensionList = new IntArray(EXTENSION_LIST.length); in ExtensionConnectionManager() local
630 extensionList.addAll(EXTENSION_LIST); in ExtensionConnectionManager()
632 extensionList.add(EXTENSION_EYES_FREE_VIDEOGRAPHY); in ExtensionConnectionManager()
635 for (int extensionType : extensionList.toArray()) { in ExtensionConnectionManager()
832 IntArray extensionList = new IntArray(EXTENSION_LIST.length); in getSupportedExtensions() local
833 extensionList.addAll(EXTENSION_LIST); in getSupportedExtensions()
835 extensionList.add(EXTENSION_EYES_FREE_VIDEOGRAPHY); in getSupportedExtensions()
838 for (int extensionType : extensionList.toArray()) { in getSupportedExtensions()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2803 String extensionList = GLES10.glGetString(GLES10.GL_EXTENSIONS);
2804 if (!TextUtils.isEmpty(extensionList)) {
2807 for (String extension : extensionList.split(" ")) {