Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp49 void onPropertyEvent(std::vector<aidlvhal::VehiclePropValue> values) { in onPropertyEvent() function in android::hardware::automotive::vehicle::virtualization::VehicleHardwareForTest
132 testHardwareRaw->onPropertyEvent({}); in TEST()
151 testHardwareRaw->onPropertyEvent({}); in TEST()
166 testHardwareRaw->onPropertyEvent({}); in TEST()
/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/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/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/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl86 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() method
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.h53 ndk::ScopedAStatus onPropertyEvent(
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
105 callbackClient->onPropertyEvent(values, 0); in SetUp()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
Dtypes.hal954 * parameter shall generate onPropertyEvent() callbacks to the VHAL.
971 * the MAX DEFROST parameter shall generate onPropertyEvent() callbacks to
1026 * onPropertyEvent() callbacks to the VHAL. In addition, if setting
1029 * onPropertyEvent() callbacks must be generated. If a user changes a
1032 * onPropertyEvent() callbacks (i.e. HVAC_DUAL_ON = false,
1277 * onPropertyEvent() callbacks.
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h96 Return<void> onPropertyEvent( in onPropertyEvent() function
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp273 callback->onPropertyEvent(vehiclePropValues, sharedMemoryFileCount); in sendUpdatedValues()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp481 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp93 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in VtsVehicleCallback