Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h209 status_t getHdrSupport(bool* supported) __attribute__((__deprecated__));
/frameworks/native/libs/gui/tests/
DSurface_test.cpp401 status_t result = surface->getHdrSupport(&supported); in TEST_F()
425 status_t result = surface->getHdrSupport(&supported); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp398 status_t Surface::getHdrSupport(bool* supported) { in getHdrSupport() function in android::Surface
1673 return getHdrSupport(outSupport); in dispatchGetHdrSupport()