Searched refs:supportedProperties (Results 1 – 3 of 3) sorted by relevance
174 IntArray supportedProperties = new IntArray(properties.size()); in takeProperties() local176 supportedProperties.add(property.getPropId()); in takeProperties()180 if (supportedProperties.indexOf(coreProperty) < 0) { in takeProperties()185 mIsNavigationStateSupported = supportedProperties.indexOf(CLUSTER_NAVIGATION_STATE) >= 0; in takeProperties()186 mIsHeartbeatSupported = supportedProperties.indexOf(CLUSTER_HEARTBEAT) >= 0; in takeProperties()
241 SparseArray<HalPropConfig> supportedProperties = new SparseArray<>(5); in takeProperties() local243 supportedProperties.put(config.getPropId(), config); in takeProperties()246 mProperties = supportedProperties; in takeProperties()
248 void expectGetPropConfigs(const std::vector<VehicleProperty>& supportedProperties, in expectGetPropConfigs() argument250 for (const auto& propId : supportedProperties) { in expectGetPropConfigs()