Searched refs:outSupport (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 903 struct ANativeWindow* window, bool* outSupport) { in native_window_get_wide_color_support() argument 905 outSupport); in native_window_get_wide_color_support() 909 bool* outSupport) { in native_window_get_hdr_support() argument 910 return window->perform(window, NATIVE_WINDOW_GET_HDR_SUPPORT, outSupport); in native_window_get_hdr_support()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1149 bool* outSupport = va_arg(args, bool*); in dispatchGetWideColorSupport() local 1150 return getWideColorSupport(outSupport); in dispatchGetWideColorSupport() 1154 bool* outSupport = va_arg(args, bool*); in dispatchGetHdrSupport() local 1155 return getHdrSupport(outSupport); in dispatchGetHdrSupport()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 220 [[clang::warn_unused_result]] Error supportsDoze(bool* outSupport) const;
|
D | ComposerHal.h | 182 Error getDozeSupport(Display display, bool* outSupport);
|
D | HWC2.cpp | 450 Error Display::supportsDoze(bool* outSupport) const in supportsDoze() 458 *outSupport = static_cast<bool>(intSupport); in supportsDoze()
|
D | ComposerHal.cpp | 408 Error Composer::getDozeSupport(Display display, bool* outSupport) in getDozeSupport() argument 418 *outSupport = tmpSupport; in getDozeSupport()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 232 Error getDozeSupport(Display display, bool* outSupport) override;
|
D | vr_hwc.cpp | 404 Error VrHwc::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() argument 405 *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 | 693 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) { in getDozeSupport() argument 697 *outSupport = 0; in getDozeSupport() 699 *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()
|