Searched refs:SetColorModeWithIntent (Results 1 – 4 of 4) sorted by relevance
255 DisplayHook<decltype(&HwcDisplay::SetColorModeWithIntent), in HookDevGetFunction()256 &HwcDisplay::SetColorModeWithIntent, int32_t, int32_t>); in HookDevGetFunction()
111 HWC2::Error SetColorModeWithIntent(int32_t mode, int32_t intent);
1290 HWC2::Error HwcDisplay::SetColorModeWithIntent(int32_t mode, int32_t intent) { in SetColorModeWithIntent() function in android::HwcDisplay
1183 auto error = display->SetColorModeWithIntent(Hwc3ColorModeToHwc2(mode), in setColorMode()