/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHalCallback.java | 30 void onPropertyEvent(ArrayList<HalPropValue> values); in onPropertyEvent() method
|
D | VehicleHal.java | 1208 public void onPropertyEvent(ArrayList<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/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 508 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
|
D | HidlVhalClient.cpp | 288 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/ |
D | HidlVehicleStub.java | 368 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HidlVehicleStub.HidlSubscriptionClient
|
D | AidlVehicleStub.java | 615 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/ |
D | HidlVhalClientTest.cpp | 127 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 | 228 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/ |
D | FakeVehicleStub.java | 476 public void onPropertyEvent(HalPropValue value) { in onPropertyEvent() method in FakeVehicleStub.FakeVhalSubscriptionClient
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 1404 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.cpp | 142 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|