Home | History | Annotate | Download | only in hwc2

Lines Matching refs:hwc_display

153 int HWCColorManager::EnableQDCMMode(bool enable, HWCDisplay *hwc_display) {
165 ret = qdcm_mode_mgr_->EnableQDCMMode(enable, hwc_display);
171 int HWCColorManager::SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display) {
188 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_INFO, solid_fill_color);
189 hwc_display->Perform(HWCDisplayPrimary::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect);
191 hwc_display->Perform(HWCDisplayPrimary::UNSET_QDCM_SOLID_FILL_INFO, 0);
197 int HWCColorManager::SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display) {
205 hwc_display->GetPanelResolution(&buffer_info.buffer_config.width,
239 ret = hwc_display->FrameCaptureAsync(buffer_info, 1);
245 ret = hwc_display->GetFrameCaptureStatus();
266 int HWCColorManager::SetHWDetailedEnhancerConfig(void *params, HWCDisplay *hwc_display) {
326 err = hwc_display->SetDetailEnhancerConfig(de_data);
335 void HWCColorManager::SetColorModeDetailEnhancer(HWCDisplay *hwc_display) {
344 if (hwc_display) {
345 err = hwc_display->ColorSVCRequestRoute(req_payload, NULL, &pending_action);
347 err = SetHWDetailedEnhancerConfig(pending_action.params, hwc_display);
353 int HWCColorManager::SetDetailedEnhancer(void *params, HWCDisplay *hwc_display) {
356 err = SetHWDetailedEnhancerConfig(params, hwc_display);
446 int HWCQDCMModeManager::EnableQDCMMode(bool enable, HWCDisplay *hwc_display) {
453 if (hwc_display) {
455 hwc_display->SetIdleTimeoutMs(timeout);