Searched refs:PlatformList (Results 1 – 2 of 2) sorted by relevance
955 class PlatformList {957 PlatformList() : m_mutex(), m_platforms(), m_selected_platform_sp() {} in PlatformList() function959 ~PlatformList() = default;1019 PlatformList(const PlatformList &) = delete;1020 const PlatformList &operator=(const PlatformList &) = delete;
181 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()405 PlatformList m_platform_list;