Searched refs:onPropertyGet (Results 1 - 16 of 16) sorted by relevance

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
H A DIVehicleNetworkHalMock.aidl28 VehiclePropValueParcelable onPropertyGet(in VehiclePropValueParcelable value) = 2;
H A DVehicleNetwork.java59 VehiclePropValue onPropertyGet(VehiclePropValue value); method in interface:VehicleNetwork.VehicleNetworkHalMock
668 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) { method in class:VehicleNetwork.IVehicleNetworkHalMockImpl
673 VehiclePropValue resValue = vehicleNetwork.getHalMock().onPropertyGet(value.value);
/packages/services/Car/libvehiclenetwork/include/
H A DIVehicleNetworkHalMock.h43 virtual status_t onPropertyGet(vehicle_prop_value_t* value) = 0;
/packages/services/Car/car-systemtest-lib/src/android/car/test/
H A DVehicleHalEmulator.java56 VehiclePropValue onPropertyGet(VehiclePropValue value); method in interface:VehicleHalEmulator.VehicleHalPropertyHandler
243 return getHalPropertyLocked(value.getProp()).handler.onPropertyGet(value);
291 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:VehicleHalEmulator.DefaultPropertyHandler
327 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:VehicleHalEmulator.HalMock
H A DCarTestManager.java165 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) { method in class:CarTestManager.IVehicleNetworkHalMockImpl
170 VehiclePropValue retValue = testManager.getHalMock().onPropertyGet(value.value);
/packages/services/Car/tests/libvehiclenetwork-native-test/
H A DVehicleHalMock.h49 virtual status_t onPropertyGet(vehicle_prop_value_t* /*value*/) { function in class:android::VehicleHalMock
H A DVehicleNetworkAudioHelperTest.cpp71 virtual status_t onPropertyGet(vehicle_prop_value_t* value) { function in class:android::VehicleHalMockForAudioFocus
72 ALOGI("onPropertyGet 0x%x", value->prop);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DCarEmulator.java171 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarEmulator.AudioFocusPropertyHandler
194 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarEmulator.AudioStreamStatePropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DAudioRoutingPolicyTest.java50 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
H A DCarAudioFocusTest.java59 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
88 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
557 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarAudioFocusTest.FocusPropertyHandler
H A DCarHvacManagerTest.java191 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarHvacManagerTest.HvacPropertyHandler
H A DCarPowerManagementTest.java187 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarPowerManagementTest.PowerStatePropertyHandler
H A DCarRadioManagerTest.java84 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarRadioManagerTest.RadioPresetPropertyHandler
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
H A DVehicleNetworkMockedTest.java430 VehiclePropValue onPropertyGet(VehiclePropValue property); method in interface:VehicleNetworkMockedTest.VehiclePropertyHandler
465 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:VehicleNetworkMockedTest.VehicleHalMock
469 fail("onPropertyGet for unknown property " + Integer.toHexString(property));
471 VehiclePropValue propValue = handler.onPropertyGet(value);
511 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue property) { method in class:VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/packages/services/Car/libvehiclenetwork/native/
H A DIVehicleNetworkHalMock.cpp110 virtual status_t onPropertyGet(vehicle_prop_value_t* value) { function in class:android::BpVehicleNetworkHalMock
231 ALOGE("onPropertyGet cannot read %d", r);
234 r = onPropertyGet(&(value.value));
/packages/services/Car/vehicle_network_service/
H A DVehicleNetworkService.cpp514 status_t r = mHalMock->onPropertyGet(data);

Completed in 97 milliseconds