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);
922 DisplayError HWCDisplayBuiltIn::SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument925 DisplayError error = display_intf_->SetDynamicDSIClock(bitclk); in SetDynamicDSIClock()927 DLOGE(" failed: Clk: %llu Error: %d", bitclk, error); in SetDynamicDSIClock()938 DisplayError HWCDisplayBuiltIn::GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument941 return display_intf_->GetDynamicDSIClock(bitclk); in GetDynamicDSIClock()
264 virtual DisplayError SetDynamicDSIClock(uint64_t bitclk) { in SetDynamicDSIClock() argument267 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() argument270 virtual DisplayError GetSupportedDSIClock(std::vector<uint64_t> *bitclk) { in GetSupportedDSIClock() argument