Searched refs:m_supports_vCont_c (Results 1 – 2 of 2) sorted by relevance
271 m_supports_vCont_c = eLazyBoolCalculate; in ResetDiscoverableSettings()446 if (m_supports_vCont_c == eLazyBoolCalculate) { in GetVContSupported()450 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()458 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()469 if (m_supports_vCont_c == eLazyBoolYes && in GetVContSupported()476 if (m_supports_vCont_c == eLazyBoolYes || in GetVContSupported()491 return m_supports_vCont_c; in GetVContSupported()
528 LazyBool m_supports_vCont_c = eLazyBoolCalculate; variable