Searched refs:qsync_support (Results 1 – 11 of 11) sorted by relevance
415 bool qsync_support = false; // Specifies panel supports qsync feature or not. member436 (qsync_support != panel_info.qsync_support) ||
411 bool qsync_support = false; // Specifies panel supports qsync feature or not. member431 (qsync_support != panel_info.qsync_support) ||
134 enable_qsync_idle_ = hw_panel_info_.qsync_support && (value == 1); in Init()192 if (!hw_panel_info_.qsync_support || (hw_panel_info_.mode == kModeCommand)) { in UpdateQsyncMode()1015 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()1016 DLOGE("Failed: qsync_support: %d first_cycle %d mode: %d -> %d", hw_panel_info_.qsync_support, in SetQSyncMode()
721 os << " QSync:" << hw_panel_info_.qsync_support; in Dump()
514 const string qsync_support = "qsync support="; in ParseCapabilities() local542 } else if (line.find(qsync_support) != string::npos) { in ParseCapabilities()543 info->qsync_support = (string(line, qsync_support.length()) == "true"); in ParseCapabilities()
624 bool qsync_support; member
646 bool qsync_support; member
758 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()759 DLOGE("Failed: qsync_support: %d first_cycle %d mode: %d -> %d", hw_panel_info_.qsync_support, in SetQSyncMode()
697 os << " QSync:" << hw_panel_info_.qsync_support; in Dump()
691 hw_panel_info_.qsync_support = connector_info_.qsync_support; in PopulateHWPanelInfo()758 hw_panel_info_.qsync_support); in PopulateHWPanelInfo()
681 hw_panel_info_.qsync_support = connector_info_.qsync_support; in PopulateHWPanelInfo()