Home
last modified time | relevance | path

Searched refs:VmsAssociatedLayer (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h71 struct VmsAssociatedLayer { struct
72 VmsAssociatedLayer(VmsLayer layer, std::vector<int> publisher_ids) in VmsAssociatedLayer() function
104 std::vector<VmsAssociatedLayer> associated_layers;
109 std::vector<VmsAssociatedLayer> associated_layers;
252 std::vector<VmsAssociatedLayer> getAvailableLayers(const VehiclePropValue& availability_state);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp339 std::vector<VmsAssociatedLayer> getAvailableLayers(const VehiclePropValue& availability_state) { in getAvailableLayers()
349 std::vector<VmsAssociatedLayer> available_layers; in getAvailableLayers()