Lines Matching refs:Layer
118 class Layer; variable
121 bool operator()(const std::shared_ptr<Layer>& lhs,
122 const std::shared_ptr<Layer>& rhs) const;
364 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers;
394 class Layer {
396 explicit Layer(Display& display);
399 bool operator==(const Layer& other) { return mId == other.mId; }
400 bool operator!=(const Layer& other) { return !(*this == other); }
457 auto layer = std::get<Layer*>(result); in layerHook()
466 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId,
487 std::unordered_map<hwc2_layer_t, std::shared_ptr<Layer>> mLayers;