/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHalCallback.java | 32 void onPropertyEvent(List<HalPropValue> values); in onPropertyEvent() method
|
D | VehicleHal.java | 1270 public void onPropertyEvent(List<HalPropValue> propValues) { in onPropertyEvent() method in VehicleHal
|
/packages/services/Car/cpp/evs/apps/default/inc/ |
D | EvsVehicleListener.h | 34 void onPropertyEvent([[maybe_unused]] const std::vector< in onPropertyEvent() function
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/ |
D | VehicleCtrlFragment.java | 117 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | SimulationVehicleStub.java | 306 public void onPropertyEvent(List<HalPropValue> values) { in onPropertyEvent() method in SimulationVehicleStub.ReplayingVehicleHalCallback
|
D | FakeVehicleStub.java | 365 public void onPropertyEvent(HalPropValue value) { in onPropertyEvent() method in FakeVehicleStub.FakeVhalSubscriptionClient
|
/packages/services/Car/service/src/com/android/car/ |
D | HidlVehicleStub.java | 359 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HidlVehicleStub.HidlSubscriptionClient
|
D | AidlVehicleStub.java | 731 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.AidlSubscriptionClient 912 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.GetSetValuesCallback
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 628 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() function in android::frameworks::automotive::vhal::GetSetValueClient 770 ScopedAStatus SubscriptionVehicleCallback::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
|
D | HidlVhalClient.cpp | 327 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionCallback
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | SimulationVehicleStubUnitTest.java | 758 public void onPropertyEvent(List<HalPropValue> values) { in onPropertyEvent() method in SimulationVehicleStubUnitTest.CountDownVehicleHalCallback
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 135 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
|
D | AidlVhalClientTest.cpp | 253 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in android::frameworks::automotive::vhal::aidl_test::MockSubscriptionCallback
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 1481 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | WatchdogProcessService.cpp | 1481 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/power/server/src/ |
D | CarPowerPolicyServer.cpp | 178 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|