/packages/services/Car/car-systemtest-lib/src/android/car/test/ |
D | VehicleHalEmulator.java | 58 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
|
D | CarTestManager.java | 184 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/ |
D | VehicleNetworkMockedTest.java | 432 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/ |
D | CarEmulator.java | 184 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/ |
D | IVehicleNetworkHalMock.aidl | 30 void onPropertyUnsubscribe(int property) = 4; in onPropertyUnsubscribe() method
|
D | VehicleNetwork.java | 61 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/ |
D | IVehicleNetworkHalMock.cpp | 138 virtual void onPropertyUnsubscribe(int32_t property) { in onPropertyUnsubscribe() function in android::BpVehicleNetworkHalMock 261 onPropertyUnsubscribe(property); in onTransact()
|
/packages/services/Car/libvehiclenetwork/include/ |
D | IVehicleNetworkHalMock.h | 45 virtual void onPropertyUnsubscribe(int32_t property) = 0;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | CarAudioFocusTest.java | 70 public void onPropertyUnsubscribe(int property) { 100 public void onPropertyUnsubscribe(int property) { 577 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarAudioFocusTest.FocusPropertyHandler
|
D | AudioRoutingPolicyTest.java | 61 public void onPropertyUnsubscribe(int property) {
|
D | CarRadioManagerTest.java | 116 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarRadioManagerTest.RadioPresetPropertyHandler
|
D | CarHvacManagerTest.java | 201 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarHvacManagerTest.HvacPropertyHandler
|
D | CarPowerManagementTest.java | 200 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler
|
/packages/services/Car/tests/libvehiclenetwork-native-test/ |
D | VehicleHalMock.h | 58 virtual void onPropertyUnsubscribe(int32_t /*property*/) { in onPropertyUnsubscribe() function
|
D | VehicleNetworkAudioHelperTest.cpp | 86 virtual void onPropertyUnsubscribe(int32_t property) { in onPropertyUnsubscribe() function in android::VehicleHalMockForAudioFocus
|
/packages/services/Car/vehicle_network_service/ |
D | VehicleNetworkService.cpp | 722 mHalMock->onPropertyUnsubscribe(prop); in unsubscribe()
|