HomeSort by relevance Sort by last modified time
    Searched defs:onPropertyGet (Results 1 - 12 of 12) sorted by null

  /packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleHalMock.h 49 virtual status_t onPropertyGet(vehicle_prop_value_t* /*value*/) {
VehicleNetworkAudioHelperTest.cpp 71 virtual status_t onPropertyGet(vehicle_prop_value_t* value) {
72 ALOGI("onPropertyGet 0x%x", value->prop);
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp 110 virtual status_t onPropertyGet(vehicle_prop_value_t* value) {
231 ALOGE("onPropertyGet cannot read %d", r);
234 r = onPropertyGet(&(value.value));
  /packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java 165 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) {
170 VehiclePropValue retValue = testManager.getHalMock().onPropertyGet(value.value);
VehicleHalEmulator.java 56 VehiclePropValue onPropertyGet(VehiclePropValue value);
243 return getHalPropertyLocked(value.getProp()).handler.onPropertyGet(value);
291 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
327 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 171 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
194 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarHvacManagerTest.java 191 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarRadioManagerTest.java 84 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarAudioFocusTest.java 59 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
88 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
557 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
CarPowerManagementTest.java 187 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 59 VehiclePropValue onPropertyGet(VehiclePropValue value);
668 public VehiclePropValueParcelable onPropertyGet(VehiclePropValueParcelable value) {
673 VehiclePropValue resValue = vehicleNetwork.getHalMock().onPropertyGet(value.value);
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 430 VehiclePropValue onPropertyGet(VehiclePropValue property);
465 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
469 fail("onPropertyGet for unknown property " + Integer.toHexString(property));
471 VehiclePropValue propValue = handler.onPropertyGet(value);
511 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue property) {

Completed in 782 milliseconds