Lines Matching refs:vector
41 void addLayers(std::vector<std::unique_ptr<RequestedLayerState>>);
46 void applyTransactions(const std::vector<TransactionState>&, bool ignoreUnknownLayers = false);
50 void onHandlesDestroyed(const std::vector<std::pair<uint32_t, std::string /* debugName */>>&,
78 const std::vector<std::unique_ptr<RequestedLayerState>>& getLayers() const;
79 const std::vector<std::unique_ptr<RequestedLayerState>>& getDestroyedLayers() const;
80 const std::vector<RequestedLayerState*>& getChangedLayers() const;
91 std::vector<uint32_t>* getLinkedLayersFromId(uint32_t);
94 std::vector<uint32_t> unlinkLayers(const std::vector<uint32_t>& layerIds, uint32_t linkedLayer);
101 std::vector<uint32_t> references;
106 std::vector<std::shared_ptr<ILifecycleListener>> mListeners;
108 std::vector<uint32_t> mDisplayMirroringLayers;
112 std::vector<std::unique_ptr<RequestedLayerState>> mLayers;
114 std::vector<std::unique_ptr<RequestedLayerState>> mDestroyedLayers;
117 std::vector<RequestedLayerState*> mAddedLayers;
119 std::vector<RequestedLayerState*> mChangedLayers;