/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 49 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/ |
D | IVehicleCallback.aidl | 39 …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/ |
D | IVehicleCallback.aidl | 39 …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/ |
D | IVehicleCallback.aidl | 39 …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/ |
D | IVehicleCallback.aidl | 39 …oneway void onPropertyEvent(in android.hardware.automotive.vehicle.VehiclePropValues propValues, i… in onPropertyEvent() method
|
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | IVehicleCallback.aidl | 86 oneway void onPropertyEvent(in VehiclePropValues propValues, int sharedMemoryFileCount); in onPropertyEvent() method
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | MockVehicleCallback.h | 53 ndk::ScopedAStatus onPropertyEvent(
|
D | MockVehicleCallback.cpp | 72 ScopedAStatus MockVehicleCallback::onPropertyEvent(const VehiclePropValues& results, in onPropertyEvent() function in android::hardware::automotive::vehicle::MockVehicleCallback
|
D | SubscriptionManagerTest.cpp | 61 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/ |
D | IVehicleCallback.hal | 32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
|
D | types.hal | 954 * 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/ |
D | VehicleHalTestUtils.h | 96 Return<void> onPropertyEvent( in onPropertyEvent() function
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | ConnectedClient.cpp | 273 callback->onPropertyEvent(vehiclePropValues, sharedMemoryFileCount); in sendUpdatedValues()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 481 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 93 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in VtsVehicleCallback
|