Home
last modified time | relevance | path

Searched defs:outSupport (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h990 struct ANativeWindow* window, bool* outSupport) { in native_window_get_wide_color_support()
996 bool* outSupport) { in native_window_get_hdr_support()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp410 Error VrHwc::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport()
1169 Error VrHwc::getDisplayBrightnessSupport(Display display, bool* outSupport) { in getDisplayBrightnessSupport()
/frameworks/native/libs/gui/
DSurface.cpp1390 bool* outSupport = va_arg(args, bool*); in dispatchGetWideColorSupport() local
1395 bool* outSupport = va_arg(args, bool*); in dispatchGetHdrSupport() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp493 Error Composer::getDozeSupport(Display display, bool* outSupport) in getDozeSupport()