Home
last modified time | relevance | path

Searched refs:GetDynamicDSIClock (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_peripheral_drm.h61 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate);
Dhw_device_drm.h125 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate);
Dhw_peripheral_drm.cpp103 DisplayError HWPeripheralDRM::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() function in sdm::HWPeripheralDRM
Dhw_device_drm.cpp2049 DisplayError HWDeviceDRM::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() function in sdm::HWDeviceDRM
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Ddisplay_null.h109 MAKE_NO_OP(GetDynamicDSIClock(uint64_t *bit_clk_rate))
Dhwc_display_builtin.h93 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk);
Dhwc_display_builtin.cpp938 DisplayError HWCDisplayBuiltIn::GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() function in sdm::HWCDisplayBuiltIn
941 return display_intf_->GetDynamicDSIClock(bitclk); in GetDynamicDSIClock()
Dhwc_display.h267 virtual DisplayError GetDynamicDSIClock(uint64_t *bitclk) { in GetDynamicDSIClock() function
Dhwc_session.cpp2459 hwc_display_[disp_id]->GetDynamicDSIClock(&bitrate); in GetDsiClk()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dhw_interface.h126 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate) = 0;
Ddisplay_builtin.h121 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate);
Ddisplay_builtin.cpp726 GetDynamicDSIClock(&current_clk); in SetDynamicDSIClock()
736 DisplayError DisplayBuiltIn::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() function in sdm::DisplayBuiltIn
742 return hw_intf_->GetDynamicDSIClock(bit_clk_rate); in GetDynamicDSIClock()
Ddisplay_base.h100 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() function
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_device.h114 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate);
Dhw_device.cpp1413 DisplayError HWDevice::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock() function in sdm::HWDevice
/hardware/qcom/sm8150/display/sdm/include/core/
Ddisplay_interface.h823 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate) = 0;