/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/ |
D | VehicleCtrlFragment.java | 68 onPropertyEvent(value); 117 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
|
/packages/services/Car/service/src/com/android/car/ |
D | AidlVehicleStub.java | 366 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.AidlSubscriptionClient 375 mCallback.onPropertyEvent(values); in onPropertyEvent() 471 public void onPropertyEvent(VehiclePropValues propValues, int sharedMemoryFileCount) in onPropertyEvent() method in AidlVehicleStub.GetSetValuesCallback
|
D | HidlVehicleStub.java | 273 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HidlVehicleStub.HidlSubscriptionClient 278 mCallback.onPropertyEvent(values); in onPropertyEvent()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalClient.java | 254 callback.onPropertyEvent((ArrayList<HalPropValue>) msg.obj); in handleMessage() 274 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
|
D | HalClientCallback.java | 30 void onPropertyEvent(ArrayList<HalPropValue> values); in onPropertyEvent() method
|
D | VehicleHal.java | 683 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent() method in VehicleHal 964 mHandler.post(() -> onPropertyEvent(Lists.newArrayList(v))); in injectVhalEvent() 1004 mHandler.post(() -> onPropertyEvent(Lists.newArrayList(v))); in injectContinuousVhalEvent()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | HalClientUnitTest.java | 237 callback.onPropertyEvent(values); in testInternalCallbackOnPropertyEvent() 241 verify(mHalClientCallback).onPropertyEvent(values); in testInternalCallbackOnPropertyEvent()
|
D | VehicleHalTest.java | 620 mVehicleHal.onPropertyEvent(propValues); 640 mVehicleHal.onPropertyEvent(propValues); 641 mVehicleHal.onPropertyEvent(propValues); 662 mVehicleHal.onPropertyEvent(propValues);
|
/packages/services/Car/cpp/evs/apps/default/ |
D | EvsVehicleListener.h | 33 void onPropertyEvent([[maybe_unused]] const std::vector< in onPropertyEvent() function
|
/packages/services/Car/cpp/vhal/client/src/ |
D | HidlVhalClient.cpp | 290 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionCallback 296 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
|
D | AidlVhalClient.cpp | 502 ScopedAStatus GetSetValueClient::onPropertyEvent([[maybe_unused]] const VehiclePropValues&, in onPropertyEvent() function in android::frameworks::automotive::vhal::GetSetValueClient 598 ScopedAStatus SubscriptionVehicleCallback::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback 617 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
|
/packages/services/Car/cpp/vhal/client/include/ |
D | AidlVhalClient.h | 183 ndk::ScopedAStatus onPropertyEvent( 246 ndk::ScopedAStatus onPropertyEvent(
|
D | IVhalClient.h | 47 virtual void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) = 0;
|
D | HidlVhalClient.h | 130 android::hardware::Return<void> onPropertyEvent(
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | VehicleStubTest.java | 987 hidlCallback.onPropertyEvent( in testHidlVehicleCallbackOnPropertyEvent() 991 verify(callback).onPropertyEvent(new ArrayList<HalPropValue>(Arrays.asList(halPropValue))); in testHidlVehicleCallbackOnPropertyEvent() 1024 aidlCallback.onPropertyEvent(propValues, /*sharedMemoryFileCount=*/0); in testAidlVehicleCallbackOnPropertyEventSmallData() 1026 verify(callback).onPropertyEvent(new ArrayList<HalPropValue>(Arrays.asList(halPropValue))); in testAidlVehicleCallbackOnPropertyEventSmallData() 1052 aidlCallback.onPropertyEvent(propValues, /*sharedMemoryFileCount=*/0); in testAidlVehicleCallbackOnPropertyEventLargeData() 1054 verify(callback).onPropertyEvent(new ArrayList<HalPropValue>(Arrays.asList(halPropValue))); in testAidlVehicleCallbackOnPropertyEventLargeData()
|
/packages/services/Car/cpp/vhal/client/test/ |
D | HidlVhalClientTest.cpp | 106 mSubscribedCallback->onPropertyEvent(values); in triggerOnPropertyEvent() 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 | 194 mSubscriptionCallback->onPropertyEvent(propValues, /*sharedMemoryCount=*/0); in triggerOnPropertyEvent() 225 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/ |
D | CarPowerPolicyServer.h | 72 void onPropertyEvent(const std::vector<
|
D | CarPowerPolicyServer.cpp | 124 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
|
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/ |
D | HidlMockedVehicleHal.java | 115 callback.onPropertyEvent(values); in injectEvent()
|
D | AidlMockedVehicleHal.java | 133 callback.onPropertyEvent(propValues, /* sharedMemoryCount= */ 0); in injectEvent()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.h | 213 void onPropertyEvent(const std::vector<
|
D | WatchdogProcessService.cpp | 1094 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener
|