Lines Matching refs:Layer
113 class Layer; variable
116 bool operator()(const std::shared_ptr<Layer>& lhs,
117 const std::shared_ptr<Layer>& rhs) const;
329 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
359 class Layer {
361 explicit Layer(Display& display);
364 bool operator==(const Layer& other) { return mId == other.mId; }
365 bool operator!=(const Layer& other) { return !(*this == other); }
422 auto layer = std::get<Layer*>(result); in layerHook()
431 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
447 std::unordered_map<hwc2_layer_t, std::shared_ptr<Layer>> mLayers;