HomeSort by relevance Sort by last modified time
    Searched full:getsupportedhdrtypes (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/ui/include/ui/
HdrCapabilities.h 50 const std::vector<int32_t /*android_hdr_t*/>& getSupportedHdrTypes() const {
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 178 int[] hdrTypes = cap.getSupportedHdrTypes();
  /frameworks/base/core/java/android/view/
Display.java 853 * @see HdrCapabilities#getSupportedHdrTypes()
    [all...]
DisplayInfo.java 536 int[] types = hdrCapabilities != null ? hdrCapabilities.getSupportedHdrTypes() : null;
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 764 const auto& types = capabilities.getSupportedHdrTypes();
    [all...]
  /docs/source.android.com/en/devices/tech/display/
hdr.html 163 <li><code>int[] getSupportedHdrTypes()</code><br>
  /frameworks/native/libs/gui/
Surface.cpp 367 *supported = !hdrCapabilities.getSupportedHdrTypes().empty();
    [all...]

Completed in 292 milliseconds