Home
last modified time | relevance | path

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

/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java58 void onPropertyUnsubscribe(int property); in onPropertyUnsubscribe() method
251 getHalPropertyLocked(property).handler.onPropertyUnsubscribe(property); in handlePropertyUnsubscribe()
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
189 testManager.getHalMock().onPropertyUnsubscribe(property); in onPropertyUnsubscribe()
/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
490 handler.onPropertyUnsubscribe(property); in onPropertyUnsubscribe()
527 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/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/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
692 vehicleNetwork.getHalMock().onPropertyUnsubscribe(property); in onPropertyUnsubscribe()
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp138 virtual void onPropertyUnsubscribe(int32_t property) { in onPropertyUnsubscribe() function in android::BpVehicleNetworkHalMock
261 onPropertyUnsubscribe(property); in onTransact()
/packages/services/Car/libvehiclenetwork/include/
DIVehicleNetworkHalMock.h45 virtual void onPropertyUnsubscribe(int32_t property) = 0;
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarAudioFocusTest.java70 public void onPropertyUnsubscribe(int property) {
100 public void onPropertyUnsubscribe(int property) {
577 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarAudioFocusTest.FocusPropertyHandler
DAudioRoutingPolicyTest.java61 public void onPropertyUnsubscribe(int property) {
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
/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/vehicle_network_service/
DVehicleNetworkService.cpp722 mHalMock->onPropertyUnsubscribe(prop); in unsubscribe()