Searched refs:GetConfigIndex (Results 1 – 8 of 8) sorted by relevance
56 virtual DisplayError GetConfigIndex(uint32_t mode, uint32_t *index);
53 virtual DisplayError GetConfigIndex(uint32_t mode, uint32_t *index);
403 DisplayError HWPrimary::GetConfigIndex(uint32_t mode, uint32_t *index) { in GetConfigIndex() function in sdm::HWPrimary404 return HWDevice::GetConfigIndex(mode, index); in GetConfigIndex()
336 DisplayError HWHDMI::GetConfigIndex(uint32_t mode, uint32_t *index) { in GetConfigIndex() function in sdm::HWHDMI
123 DisplayError HWDevice::GetConfigIndex(uint32_t mode, uint32_t *index) { in GetConfigIndex() function in sdm::HWDevice
71 virtual DisplayError GetConfigIndex(uint32_t mode, uint32_t *index) = 0;
257 DisplayError error = hw_intf_->GetConfigIndex(user_config, &config_index); in GetBestConfig()