Home
last modified time | relevance | path

Searched refs:onPropertyEvent (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
Dtypes.hal965 * parameter shall generate onPropertyEvent() callbacks to the VHAL.
982 * the MAX DEFROST parameter shall generate onPropertyEvent() callbacks to
1037 * onPropertyEvent() callbacks to the VHAL. In addition, if setting
1040 * onPropertyEvent() callbacks must be generated. If a user changes a
1043 * onPropertyEvent() callbacks (i.e. HVAC_DUAL_ON = false,
1288 * onPropertyEvent() callbacks.
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h96 Return<void> onPropertyEvent( in onPropertyEvent() function
/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp44 Return<void> onPropertyEvent(const hidl_vec<VehiclePropValue>& values) override { in onPropertyEvent() function in VtsVehicleCallback