Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java163 if (!HardwareBuffer.isSupportedFormat(format)) { in create()
201 if (!HardwareBuffer.isSupportedFormat(format)) { in isSupported()
402 private static boolean isSupportedFormat(@Format int format) { in isSupportedFormat() method in HardwareBuffer