Searched refs:mDisplayPorts (Results 1 – 2 of 2) sorted by relevance
88 mDisplayPorts.push_back(port); in init()92 mInternalDisplayPort = mDisplayPorts.front(); in init()93 if (mDisplayPorts.size() < 1) { in init()100 auto it = std::find(mDisplayPorts.begin(), mDisplayPorts.end(), kExclusiveMainDisplayId); in init()101 if (it != mDisplayPorts.end()) { in init()104 mDisplayPorts.erase(it); in init()557 } else if (std::find(mDisplayPorts.begin(), mDisplayPorts.end(), id) == mDisplayPorts.end()) { in openDisplay_1_1()
102 std::list<uint8_t> mDisplayPorts; variable