Home
last modified time | relevance | path

Searched defs:onPropertyEvent (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHalCallback.java30 void onPropertyEvent(ArrayList<HalPropValue> values); in onPropertyEvent() method
DVehicleHal.java1208 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent() method in VehicleHal
/packages/services/Car/cpp/evs/apps/default/inc/
DEvsVehicleListener.h34 void onPropertyEvent([[maybe_unused]] const std::vector< in onPropertyEvent() function
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
DVehicleCtrlFragment.java117 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp508 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() function in android::frameworks::automotive::vhal::GetSetValueClient
609 ScopedAStatus SubscriptionVehicleCallback::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
DHidlVhalClient.cpp288 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionCallback
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java368 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HidlVehicleStub.HidlSubscriptionClient
DAidlVehicleStub.java615 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.AidlSubscriptionClient
731 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.GetSetValuesCallback
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp127 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
DAidlVhalClientTest.cpp228 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/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java476 public void onPropertyEvent(HalPropValue value) { in onPropertyEvent() method in FakeVehicleStub.FakeVhalSubscriptionClient
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1404 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp142 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener