Searched refs:qsync_support (Results 1 – 11 of 11) sorted by relevance
411 bool qsync_support = false; // Specifies panel supports qsync feature or not. member431 (qsync_support != panel_info.qsync_support) ||
416 bool qsync_support = false; // Specifies panel supports qsync feature or not. member437 (qsync_support != panel_info.qsync_support) ||
184 enable_qsync_idle_ = hw_panel_info_.qsync_support && (value == 1); in Init()279 if (!hw_panel_info_.qsync_support || (hw_panel_info_.mode == kModeCommand)) { in UpdateQsyncMode()1111 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()1112 DLOGE("Failed: qsync_support: %d first_cycle %d mode: %d -> %d", hw_panel_info_.qsync_support, in SetQSyncMode()
909 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
652 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()
727 hw_panel_info_.qsync_support = connector_info_.qsync_support; in PopulateHWPanelInfo()794 hw_panel_info_.qsync_support); in PopulateHWPanelInfo()
681 hw_panel_info_.qsync_support = connector_info_.qsync_support; in PopulateHWPanelInfo()