Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java49 import android.hardware.automotive.vehicle.VehiclePropValues;
169 VehiclePropValues propValues = new VehiclePropValues(); in injectEvent()
329 VehiclePropValues propValues = new VehiclePropValues(); in setValues()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java49 import android.hardware.automotive.vehicle.VehiclePropValues;
731 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
733 VehiclePropValues origPropValues = (VehiclePropValues) in onPropertyEvent()
735 propValues, propValues.sharedMemoryFd, VehiclePropValues.CREATOR); in onPropertyEvent()
912 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java67 import android.hardware.automotive.vehicle.VehiclePropValues;
1302 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventSmallData()
1321 VehiclePropValues propValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData()
1329 propValues = (VehiclePropValues) LargeParcelable.toLargeParcelable(propValues, () -> { in testAidlVehicleCallbackOnPropertyEventLargeData()
1330 VehiclePropValues newValues = new VehiclePropValues(); in testAidlVehicleCallbackOnPropertyEventLargeData()
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h233 const aidl::android::hardware::automotive::vehicle::VehiclePropValues& values,
299 const aidl::android::hardware::automotive::vehicle::VehiclePropValues& values,
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp68 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
628 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() argument
771 const VehiclePropValues& values, [[maybe_unused]] int32_t sharedMemoryCount) { in onPropertyEvent()
/packages/services/Car/cpp/watchdog/stable_server/tests/
DWatchdogProcessServiceTest.cpp58 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
498 VehiclePropValues{ in updateVhalHeartBeat()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp58 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
498 VehiclePropValues{ in updateVhalHeartBeat()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp67 using ::aidl::android::hardware::automotive::vehicle::VehiclePropValues;
217 VehiclePropValues propValues = { in triggerOnPropertyEvent()