Searched refs:bitclk (Results 1 – 3 of 3) 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