Home
last modified time | relevance | path

Searched refs:outSupport (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h269 Error getDisplayBrightnessSupport(Display display, bool* outSupport) { in getDisplayBrightnessSupport() argument
272 *outSupport = false; in getDisplayBrightnessSupport()
280 *outSupport = in getDisplayBrightnessSupport()
288 *outSupport = support; in getDisplayBrightnessSupport()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerHal.h122 virtual Error getDisplayBrightnessSupport(Display display, bool* outSupport) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h88 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1555 hwc2_device_t* device, hwc2_display_t display, int32_t* outSupport);
2708 hwc2_display_t display, bool* outSupport);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp118 int32_t getDozeSupportHook(hwc2_device_t* device, hwc2_display_t display, int32_t* outSupport) { in getDozeSupportHook() argument
124 *outSupport = 0; in getDozeSupportHook()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h253 Error getDozeSupport(Display display, bool* outSupport) override { in getDozeSupport() argument
256 *outSupport = hwc_support; in getDozeSupport()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h213 HWC2::Error getDozeSupport(int32_t* outSupport);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h200 HWC2::Error getDozeSupport(int32_t* outSupport);
DHWC2On1Adapter.cpp735 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) in getDozeSupport() argument
740 *outSupport = 0; in getDozeSupport()
742 *outSupport = 1; in getDozeSupport()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp693 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) { in getDozeSupport() argument
697 *outSupport = 0; in getDozeSupport()
699 *outSupport = 1; in getDozeSupport()