Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHalCallback.java30 void onPropertyEvent(ArrayList<HalPropValue> values); in onPropertyEvent() method
DVehicleHal.java857 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.cpp500 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() function in android::frameworks::automotive::vhal::GetSetValueClient
601 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.java357 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HidlVehicleStub.HidlSubscriptionClient
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp126 void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) override { in onPropertyEvent() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
DAidlVhalClientTest.cpp224 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/powerpolicy/server/src/
DCarPowerPolicyServer.cpp125 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java453 public void onPropertyEvent(HalPropValue value) { in onPropertyEvent() method in FakeVehicleStub.FakeVhalSubscriptionClient
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1245 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener