Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
H A DVehicleCtrlFragment.java67 onPropertyEvent(value);
116 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsVehicleListener.h30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent() function
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DHalClient.java241 callback.onPropertyEvent((ArrayList<VehiclePropValue>) msg.obj); in handleMessage()
267 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
H A DVehicleHal.java612 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 DIVehicleCallback.hal32 oneway onPropertyEvent(vec<VehiclePropValue> propValues);
H A 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.
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalTestUtils.h96 Return<void> onPropertyEvent( in onPropertyEvent() function
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp44 Return<void> onPropertyEvent(const hidl_vec<VehiclePropValue>& values) override { in onPropertyEvent() function in VtsVehicleCallback
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.h92 android::hardware::Return<void> onPropertyEvent(
H A DCarPowerPolicyServer.cpp127 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 DMockedVehicleHal.java111 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVehicleHalTest.java198 mHandler.post(() -> mVehicleHal.onPropertyEvent(propValues)); in testOnPropertyEvent()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.h164 android::hardware::Return<void> onPropertyEvent(
H A DWatchdogProcessService.cpp906 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 DInputTestFragment.java187 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) throws RemoteException {
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp481 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()