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.hal832 * parameter shall generate onPropertyEvent() callbacks to the VHAL.
849 * the MAX DEFROST parameter shall generate onPropertyEvent() callbacks to
899 * onPropertyEvent() callbacks to the VHAL. In addition, if setting
902 * onPropertyEvent() callbacks must be generated. If a user changes a
905 * onPropertyEvent() callbacks (i.e. HVAC_DUAL_ON = false,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h96 Return<void> onPropertyEvent( in onPropertyEvent() function
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp243 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()