Searched refs:bitclk (Results 1 – 6 of 6) sorted by relevance
92 virtual DisplayError SetDynamicDSIClock(uint64_t bitclk);93 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk);
1030 DisplayError HWCDisplayBuiltIn::SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument1031 DisplayError error = display_intf_->SetDynamicDSIClock(bitclk); in SetDynamicDSIClock()1033 DLOGE(" failed: Clk: %llu Error: %d", bitclk, error); in SetDynamicDSIClock()1043 DisplayError HWCDisplayBuiltIn::GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument1045 return display_intf_->GetDynamicDSIClock(bitclk); in GetDynamicDSIClock()
287 virtual DisplayError SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument290 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument293 virtual DisplayError GetSupportedDSIClock(std::vector<uint64_t> *bitclk) { in GetSupportedDSIClock() argument
151 virtual DisplayError SetDynamicDSIClock(uint64_t bitclk);152 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk);
378 virtual DisplayError SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument381 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument384 virtual DisplayError GetSupportedDSIClock(std::vector<uint64_t> *bitclk) { in GetSupportedDSIClock() argument
1442 DisplayError HWCDisplayBuiltIn::SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument1444 DisplayError error = display_intf_->SetDynamicDSIClock(bitclk); in SetDynamicDSIClock()1446 DLOGE(" failed: Clk: %" PRIu64 " Error: %d", bitclk, error); in SetDynamicDSIClock()1456 DisplayError HWCDisplayBuiltIn::GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument1458 return display_intf_->GetDynamicDSIClock(bitclk); in GetDynamicDSIClock()