Home
last modified time | relevance | path

Searched refs:propValues (Results 1 – 9 of 9) 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() argument
/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() argument
/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() argument
/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() argument
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl86 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() argument
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp121 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues, in distributeValuesToClients() argument
127 for (const auto& propValue: propValues) { in distributeValuesToClients()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h114 const std::vector<recyclable_ptr<VehiclePropValue>>& propValues,
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHalServer.cpp482 std::vector<VehiclePropValue> propValues = tmpGenerator.getAllEvents(); in overrideProperties() local
483 for (const VehiclePropValue& prop : propValues) { in overrideProperties()