Home
last modified time | relevance | path

Searched defs:zones (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DVehicleZoneUtilTest.java26 int zones = 0; in testZoneToIndex() local
60 int zones = 0; in testGetNumBerOfZones() local
71 int zones = 0; in testGetFirstZone() local
80 int zones = 0; in testGetNextZone() local
114 int zones = 0; in testGetAllZones() local
/packages/services/Car/car-lib/src/android/car/
DVehicleZoneUtil.java36 public static int zoneToIndex(int zones, int zone) throws IllegalArgumentException { in zoneToIndex()
55 public static int getNumberOfZones(int zones) { in getNumberOfZones()
69 public static int getFirstZone(int zones) { in getFirstZone()
92 public static int getNextZone(int zones, int startingZone) throws IllegalArgumentException { in getNextZone()
115 public static int[] listAllZones(int zones) { in listAllZones()
/packages/services/Car/libvehiclenetwork/include/
DIVehicleNetwork.h92 static int countNumberOfZones(int32_t zones) { in countNumberOfZones()
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java57 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
167 float sampleRate, int zones) { in assertPropertyForSubscribe()
246 private synchronized void handlePropertySubscribe(int property, float sampleRate, int zones) { in handlePropertySubscribe()
297 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
332 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarTestManager.java175 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkHalMock.aidl29 void onPropertySubscribe(int property, float sampleRate, int zones) = 3; in onPropertySubscribe()
DIVehicleNetwork.aidl36 int zones) = 3; in subscribe()
DVehiclePropConfigUtil.java40 int property, int propAccess, int changeType, int valueType, int zones, in createZonedProperty()
DVehicleNetwork.java60 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
413 public void subscribe(int property, float sampleRate, int zones) in subscribe()
678 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java180 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
200 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) { in onPropertySubscribe()
253 int32_t zones = data.readInt32(); in onTransact() local
DIVehicleNetwork.cpp144 float sampleRate, int32_t zones) { in subscribe()
328 int32_t zones = data.readInt32(); in onTransact() local
DVehicleNetwork.cpp263 status_t VehicleNetwork::subscribe(int32_t property, float sampleRate, int32_t zones) { in subscribe()
/packages/services/Car/libvehiclenetwork/proto/
DVehicleNetworkProto.proto27 optional int32 zones = 6; field
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java431 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe()
476 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
521 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.h96 int32_t zones; variable
141 void setSubscriptionInfo(int32_t property, float sampleRate, int32_t zones) { in setSubscriptionInfo()
DVehicleNetworkService.cpp600 float sampleRate, int32_t zones) { in subscribe()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarRadioManagerTest.java106 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarHvacManagerTest.java196 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarPowerManagementTest.java195 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()
DCarAudioFocusTest.java572 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe()