Home
last modified time | relevance | path

Searched defs:onPropertyEvent (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/4/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl87 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h96 Return<void> onPropertyEvent( in onPropertyEvent() function
/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/
DMockVehicleCallback.cpp72 ScopedAStatus MockVehicleCallback::onPropertyEvent(const VehiclePropValues& results, in onPropertyEvent() function in android::hardware::automotive::vehicle::MockVehicleCallback
DSubscriptionManagerTest.cpp61 ScopedAStatus onPropertyEvent(const VehiclePropValues& values, int32_t) override { in onPropertyEvent() function in android::hardware::automotive::vehicle::PropertyCallback
/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/
DMockVehicleCallback.cpp73 ScopedAStatus MockVehicleCallback::onPropertyEvent(const VehiclePropValues& results, in onPropertyEvent() function in android::hardware::automotive::vehicle::MockVehicleCallback
DSubscriptionManagerTest.cpp61 ScopedAStatus onPropertyEvent(const VehiclePropValues& values, int32_t) override { in onPropertyEvent() function in android::hardware::automotive::vehicle::PropertyCallback
/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp49 void onPropertyEvent(std::vector<aidlvhal::VehiclePropValue> values) { in onPropertyEvent() function in android::hardware::automotive::vehicle::virtualization::VehicleHardwareForTest
/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp49 void onPropertyEvent(std::vector<aidlvhal::VehiclePropValue> values) { in onPropertyEvent() function in android::hardware::automotive::vehicle::virtualization::VehicleHardwareForTest
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp122 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in VtsVehicleCallback