Searched refs:outSupport (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 962 struct ANativeWindow* window, bool* outSupport) { in native_window_get_wide_color_support() argument 964 outSupport); in native_window_get_wide_color_support() 968 bool* outSupport) { in native_window_get_hdr_support() argument 969 return window->perform(window, NATIVE_WINDOW_GET_HDR_SUPPORT, outSupport); in native_window_get_hdr_support()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1129 bool* outSupport = va_arg(args, bool*); in dispatchGetWideColorSupport() local 1130 return getWideColorSupport(outSupport); in dispatchGetWideColorSupport() 1134 bool* outSupport = va_arg(args, bool*); in dispatchGetHdrSupport() local 1135 return getHdrSupport(outSupport); in dispatchGetHdrSupport()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 234 [[clang::warn_unused_result]] Error supportsDoze(bool* outSupport) const;
|
D | ComposerHal.h | 177 Error getDozeSupport(Display display, bool* outSupport);
|
D | ComposerHal.cpp | 397 Error Composer::getDozeSupport(Display display, bool* outSupport) in getDozeSupport() argument 407 *outSupport = tmpSupport; in getDozeSupport()
|
D | HWC2.cpp | 535 Error Display::supportsDoze(bool* outSupport) const in supportsDoze() 543 *outSupport = static_cast<bool>(intSupport); in supportsDoze()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 231 Error getDozeSupport(Display display, bool* outSupport) override;
|
D | vr_hwc.cpp | 383 Error VrHwc::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() argument 384 *outSupport = false; in getDozeSupport()
|
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 213 HWC2::Error getDozeSupport(int32_t* outSupport);
|
/frameworks/native/libs/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 687 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) { in getDozeSupport() argument 691 *outSupport = 0; in getDozeSupport() 693 *outSupport = 1; in getDozeSupport()
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2Test.cpp | 260 void getDozeSupport(hwc2_display_t display, int32_t* outSupport, in getDozeSupport() argument 268 outSupport)); in getDozeSupport()
|