Searched refs:notSupportedProperties (Results 1 – 2 of 2) sorted by relevance
1115 std::unordered_set<VehicleProperty> notSupportedProperties; in queryVhalProperties() local1122 notSupportedProperties.insert(propId); in queryVhalProperties()1127 mNotSupportedVhalProperties = std::move(notSupportedProperties); in queryVhalProperties()
249 const std::vector<VehicleProperty>& notSupportedProperties) { in expectGetPropConfigs() argument255 for (const auto& propId : notSupportedProperties) { in expectGetPropConfigs()