/packages/services/Car/car-systemtest-lib/src/android/car/test/ |
D | VehicleHalEmulator.java | 56 VehiclePropValue onPropertyGet(VehiclePropValue value); in onPropertyGet() method 243 return getHalPropertyLocked(value.getProp()).handler.onPropertyGet(value); in handlePropertyGet() 291 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in VehicleHalEmulator.DefaultPropertyHandler 327 public VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in VehicleHalEmulator.HalMock
|
D | CarTestManager.java | 165 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) { in onPropertyGet() method in CarTestManager.IVehicleNetworkHalMockImpl 170 VehiclePropValue retValue = testManager.getHalMock().onPropertyGet(value.value); in onPropertyGet()
|
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/ |
D | VehicleNetworkMockedTest.java | 430 VehiclePropValue onPropertyGet(VehiclePropValue property); in onPropertyGet() method 465 public VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in VehicleNetworkMockedTest.VehicleHalMock 471 VehiclePropValue propValue = handler.onPropertyGet(value); in onPropertyGet() 511 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue property) { in onPropertyGet() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | CarEmulator.java | 171 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarEmulator.AudioFocusPropertyHandler 194 public VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarEmulator.AudioStreamStatePropertyHandler
|
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/ |
D | IVehicleNetworkHalMock.aidl | 28 VehiclePropValueParcelable onPropertyGet(in VehiclePropValueParcelable value) = 2;
|
D | VehicleNetwork.java | 59 VehiclePropValue onPropertyGet(VehiclePropValue value); in onPropertyGet() method 668 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) { in onPropertyGet() method in VehicleNetwork.IVehicleNetworkHalMockImpl 673 VehiclePropValue resValue = vehicleNetwork.getHalMock().onPropertyGet(value.value); in onPropertyGet()
|
/packages/services/Car/libvehiclenetwork/native/ |
D | IVehicleNetworkHalMock.cpp | 110 virtual status_t onPropertyGet(vehicle_prop_value_t* value) { in onPropertyGet() function in android::BpVehicleNetworkHalMock 234 r = onPropertyGet(&(value.value)); in onTransact()
|
/packages/services/Car/libvehiclenetwork/include/ |
D | IVehicleNetworkHalMock.h | 43 virtual status_t onPropertyGet(vehicle_prop_value_t* value) = 0;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/test/ |
D | CarAudioFocusTest.java | 59 public VehiclePropValue onPropertyGet(VehiclePropValue value) { 88 public VehiclePropValue onPropertyGet(VehiclePropValue value) { 557 public VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarAudioFocusTest.FocusPropertyHandler
|
D | AudioRoutingPolicyTest.java | 50 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
|
D | CarRadioManagerTest.java | 84 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarRadioManagerTest.RadioPresetPropertyHandler
|
D | CarHvacManagerTest.java | 191 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarHvacManagerTest.HvacPropertyHandler
|
D | CarPowerManagementTest.java | 187 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarPowerManagementTest.PowerStatePropertyHandler
|
/packages/services/Car/tests/libvehiclenetwork-native-test/ |
D | VehicleHalMock.h | 49 virtual status_t onPropertyGet(vehicle_prop_value_t* /*value*/) { in onPropertyGet() function
|
D | VehicleNetworkAudioHelperTest.cpp | 71 virtual status_t onPropertyGet(vehicle_prop_value_t* value) { in onPropertyGet() function in android::VehicleHalMockForAudioFocus
|
/packages/services/Car/vehicle_network_service/ |
D | VehicleNetworkService.cpp | 514 status_t r = mHalMock->onPropertyGet(data); in getProperty()
|