Home
last modified time | relevance | path

Searched refs:VehiclePropValues (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java43 import android.hardware.automotive.vehicle.VehiclePropValues;
154 VehiclePropValues propValues = new VehiclePropValues(); in injectEvent()
316 VehiclePropValues propValues = new VehiclePropValues(); in setValues()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java44 import android.hardware.automotive.vehicle.VehiclePropValues;
615 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
617 VehiclePropValues origPropValues = (VehiclePropValues) in onPropertyEvent()
731 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java58 import android.hardware.automotive.vehicle.VehiclePropValues;
1260 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventSmallData()
1278 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData()
1286 propValues = (VehiclePropValues) LargeParcelable.toLargeParcelable(propValues, () -> { in testAidlVehicleCallbackOnPropertyEventLargeData()
1287 VehiclePropValues newValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData()
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h184 const aidl::android::hardware::automotive::vehicle::VehiclePropValues& values,
247 const aidl::android::hardware::automotive::vehicle::VehiclePropValues& values,
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp64 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
508 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() argument
610 const VehiclePropValues& values, [[maybe_unused]] int32_t sharedMemoryCount) { in onPropertyEvent()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp61 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
194 VehiclePropValues propValues = { in triggerOnPropertyEvent()