Searched refs:m_supports_vCont_c (Results 1 – 2 of 2) sorted by relevance
269 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()431 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()435 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()443 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()454 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()461 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()476 return m_supports_vCont_c; in GetVContSupported()
529 LazyBool m_supports_vCont_c = eLazyBoolCalculate; variable