Home
last modified time | relevance | path

Searched refs:supportedProperties (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java174 IntArray supportedProperties = new IntArray(properties.size()); in takeProperties() local
176 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()
DUserHalService.java241 SparseArray<HalPropConfig> supportedProperties = new SparseArray<>(5); in takeProperties() local
243 supportedProperties.put(config.getPropId(), config); in takeProperties()
246 mProperties = supportedProperties; in takeProperties()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp248 void expectGetPropConfigs(const std::vector<VehicleProperty>& supportedProperties, in expectGetPropConfigs() argument
250 for (const auto& propId : supportedProperties) { in expectGetPropConfigs()