Home
last modified time | relevance | path

Searched defs:onPropertySubscribe (Results 1 – 13 of 13) sorted by relevance

/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
/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/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/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java57 void onPropertySubscribe(int property, float sampleRate, int zones); in onPropertySubscribe() method
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
/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
521 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/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() 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
DCarAudioFocusTest.java572 public void onPropertySubscribe(int property, float sampleRate, int zones) { in onPropertySubscribe() method in CarAudioFocusTest.FocusPropertyHandler
/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