/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/ |
H A D | VehicleCtrlFragment.java | 67 onPropertyEvent(value); 116 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | EvsVehicleListener.h | 30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent() function
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A D | HalClient.java | 241 callback.onPropertyEvent((ArrayList<VehiclePropValue>) msg.obj); in handleMessage() 267 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
|
H A D | VehicleHal.java | 612 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in VehicleHal 831 mHandler.post(() -> onPropertyEvent(Lists.newArrayList(v))); in injectVhalEvent() 869 mHandler.post(() -> onPropertyEvent(Lists.newArrayList(v))); in injectContinuousVhalEvent()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | IVehicleCallback.hal | 32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
|
H A D | types.hal | 965 * 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.
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalTestUtils.h | 96 Return<void> onPropertyEvent( in onPropertyEvent() function
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
H A D | VtsHalAutomotiveVehicleV2_0TargetTest.cpp | 44 Return<void> onPropertyEvent(const hidl_vec<VehiclePropValue>& values) override { in onPropertyEvent() function in VtsVehicleCallback
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | CarPowerPolicyServer.h | 92 android::hardware::Return<void> onPropertyEvent(
|
H A D | CarPowerPolicyServer.cpp | 127 Return<void> PropertyChangeListener::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|
/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/ |
H A D | MockedVehicleHal.java | 111 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
H A D | VehicleHalTest.java | 198 mHandler.post(() -> mVehicleHal.onPropertyEvent(propValues)); in testOnPropertyEvent()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogProcessService.h | 164 android::hardware::Return<void> onPropertyEvent(
|
H A D | WatchdogProcessService.cpp | 906 Return<void> WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/ |
H A D | InputTestFragment.java | 187 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) throws RemoteException {
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 481 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()
|