Home
last modified time | relevance | path

Searched defs:isExtensionSupported (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraExtensionCharacteristics.java458 public static boolean isExtensionSupported(String cameraId, int extensionType, in isExtensionSupported() method in CameraExtensionCharacteristics
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp142 bool isExtensionSupported(const std::vector<VkExtensionProperties>& supportedExtensions, in isExtensionSupported() function
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DNeuralNetworks.cpp1451 bool* isExtensionSupported) { in ANeuralNetworksDevice_getExtensionSupport()