Home
last modified time | relevance | path

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

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkHalMock.aidl30 void onPropertyUnsubscribe(int property) = 4; in onPropertyUnsubscribe() method
DVehicleNetwork.java61 void onPropertyUnsubscribe(int property); in onPropertyUnsubscribe() method
687 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleNetwork.IVehicleNetworkHalMockImpl
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java184 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarEmulator.AudioFocusPropertyHandler
204 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarEmulator.AudioStreamStatePropertyHandler
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleHalMock.h58 virtual void onPropertyUnsubscribe(int32_t /*property*/) { in onPropertyUnsubscribe() function
DVehicleNetworkAudioHelperTest.cpp86 virtual void onPropertyUnsubscribe(int32_t property) { in onPropertyUnsubscribe() function in android::VehicleHalMockForAudioFocus
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java58 void onPropertyUnsubscribe(int property); in onPropertyUnsubscribe() method
303 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleHalEmulator.DefaultPropertyHandler
337 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleHalEmulator.HalMock
DCarTestManager.java184 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarTestManager.IVehicleNetworkHalMockImpl
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java432 void onPropertyUnsubscribe(int property); in onPropertyUnsubscribe() method
485 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleNetworkMockedTest.VehicleHalMock
527 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarRadioManagerTest.java116 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarRadioManagerTest.RadioPresetPropertyHandler
DCarHvacManagerTest.java201 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java200 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler
DCarAudioFocusTest.java577 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarAudioFocusTest.FocusPropertyHandler
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp138 virtual void onPropertyUnsubscribe(int32_t property) { in onPropertyUnsubscribe() function in android::BpVehicleNetworkHalMock