Home
last modified time | relevance | path

Searched refs:SetColorModeWithIntent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/drm_hwcomposer/hwc2_device/
H A Dhwc2_device.cpp255 DisplayHook<decltype(&HwcDisplay::SetColorModeWithIntent), in HookDevGetFunction()
256 &HwcDisplay::SetColorModeWithIntent, int32_t, int32_t>); in HookDevGetFunction()
H A DHwcDisplay.h111 HWC2::Error SetColorModeWithIntent(int32_t mode, int32_t intent);
H A DHwcDisplay.cpp1290 HWC2::Error HwcDisplay::SetColorModeWithIntent(int32_t mode, int32_t intent) { in SetColorModeWithIntent() function in android::HwcDisplay
/aosp_15_r20/external/drm_hwcomposer/hwc3/
H A DComposerClient.cpp1183 auto error = display->SetColorModeWithIntent(Hwc3ColorModeToHwc2(mode), in setColorMode()