Home
last modified time | relevance | path

Searched refs:onPropertySubscribe (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java57 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe() method
247 getHalPropertyLocked(property).handler.onPropertySubscribe(property, sampleRate, zones); in handlePropertySubscribe()
297 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleHalEmulator.DefaultPropertyHandler
332 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleHalEmulator.HalMock
DCarTestManager.java175 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarTestManager.IVehicleNetworkHalMockImpl
180 testManager.getHalMock().onPropertySubscribe(property, sampleRate, zones); in onPropertySubscribe()
/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() method
476 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleNetworkMockedTest.VehicleHalMock
481 handler.onPropertySubscribe(property, sampleRate, zones); in onPropertySubscribe()
521 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java180 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarEmulator.AudioFocusPropertyHandler
200 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarEmulator.AudioStreamStatePropertyHandler
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkHalMock.aidl29 void onPropertySubscribe(int property, float sampleRate, int zones) = 3; in onPropertySubscribe() method
DVehicleNetwork.java60 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe() method
678 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleNetwork.IVehicleNetworkHalMockImpl
683 vehicleNetwork.getHalMock().onPropertySubscribe(property, sampleRate, zones); in onPropertySubscribe()
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) { in onPropertySubscribe() function in android::BpVehicleNetworkHalMock
254 r = onPropertySubscribe(property, sampleRate, zones); in onTransact()
/packages/services/Car/libvehiclenetwork/include/
DIVehicleNetworkHalMock.h44 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) = 0;
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarAudioFocusTest.java65 public void onPropertySubscribe(int property, float sampleRate, int zones) {
94 public void onPropertySubscribe(int property, float sampleRate, int zones) {
572 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarAudioFocusTest.FocusPropertyHandler
DAudioRoutingPolicyTest.java56 public void onPropertySubscribe(int property, float sampleRate, int zones) {
DCarRadioManagerTest.java106 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarRadioManagerTest.RadioPresetPropertyHandler
DCarHvacManagerTest.java196 public synchronized void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java195 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleHalMock.h53 virtual status_t onPropertySubscribe(int32_t /*property*/, float /*sampleRate*/, in onPropertySubscribe() function
DVehicleNetworkAudioHelperTest.cpp80 virtual status_t onPropertySubscribe(int32_t property, float /*sampleRate*/, in onPropertySubscribe() function in android::VehicleHalMockForAudioFocus
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.cpp678 r = mHalMock->onPropertySubscribe(prop, sampleRate, newZones); in subscribe()