Home
last modified time | relevance | path

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

/packages/services/Car/libvehiclenetwork/native/
DVehicleNetworkProtoUtil.cpp318 int numZones = VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags); in toVehiclePropConfig() local
322 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()
333 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()
359 int numZones = VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags); in toVehiclePropConfig() local
363 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()
374 for (int i = 0; i < numZones; i++) { in toVehiclePropConfig()
439 int numZones = VehicleNetworkUtil::countNumberOfZones(out.vehicle_zone_flags); in fromVehiclePropConfig() local
457 } else if (numZones > 1){ in fromVehiclePropConfig()
458 if (numZones != maxSize) { in fromVehiclePropConfig()
460 numZones); in fromVehiclePropConfig()
[all …]
/packages/services/Car/car-lib/src/android/car/
DVehicleZoneUtil.java56 int numZones = 0; in getNumberOfZones() local
59 numZones++; in getNumberOfZones()
61 return numZones; in getNumberOfZones()