Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/default/
DComposerBase.h63 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
DHwc.h89 Error getDozeSupport(Display display, bool* outSupport) override;
DHwc.cpp429 Error HwcHal::getDozeSupport(Display display, bool* outSupport) in getDozeSupport() argument
433 *outSupport = hwc_support; in getDozeSupport()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1291 hwc2_device_t* device, hwc2_display_t display, 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()