Home
last modified time | relevance | path

Searched refs:onPropertyEvent (Results 1 – 23 of 23) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/
DVehicleCtrlFragment.java68 onPropertyEvent(value);
117 public void onPropertyEvent(CarPropertyValue prop) { in onPropertyEvent() method in VehicleCtrlFragment
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java366 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
DHidlVehicleStub.java273 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/
DHalClient.java254 callback.onPropertyEvent((ArrayList<HalPropValue>) msg.obj); in handleMessage()
274 public void onPropertyEvent(ArrayList<HalPropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
DHalClientCallback.java30 void onPropertyEvent(ArrayList<HalPropValue> values); in onPropertyEvent() method
DVehicleHal.java683 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/
DHalClientUnitTest.java237 callback.onPropertyEvent(values); in testInternalCallbackOnPropertyEvent()
241 verify(mHalClientCallback).onPropertyEvent(values); in testInternalCallbackOnPropertyEvent()
DVehicleHalTest.java620 mVehicleHal.onPropertyEvent(propValues);
640 mVehicleHal.onPropertyEvent(propValues);
641 mVehicleHal.onPropertyEvent(propValues);
662 mVehicleHal.onPropertyEvent(propValues);
/packages/services/Car/cpp/evs/apps/default/
DEvsVehicleListener.h33 void onPropertyEvent([[maybe_unused]] const std::vector< in onPropertyEvent() function
/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp290 Return<void> SubscriptionCallback::onPropertyEvent(const hidl_vec<VehiclePropValue>& propValues) { in onPropertyEvent() function in android::frameworks::automotive::vhal::SubscriptionCallback
296 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
DAidlVhalClient.cpp502 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/
DAidlVhalClient.h183 ndk::ScopedAStatus onPropertyEvent(
246 ndk::ScopedAStatus onPropertyEvent(
DIVhalClient.h47 virtual void onPropertyEvent(const std::vector<std::unique_ptr<IHalPropValue>>& values) = 0;
DHidlVhalClient.h130 android::hardware::Return<void> onPropertyEvent(
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVehicleStubTest.java987 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/
DHidlVhalClientTest.cpp106 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
DAidlVhalClientTest.cpp194 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/
DCarPowerPolicyServer.h72 void onPropertyEvent(const std::vector<
DCarPowerPolicyServer.cpp124 void PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::frameworks::automotive::powerpolicy::PropertyChangeListener
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DHidlMockedVehicleHal.java115 callback.onPropertyEvent(values); in injectEvent()
DAidlMockedVehicleHal.java133 callback.onPropertyEvent(propValues, /* sharedMemoryCount= */ 0); in injectEvent()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h213 void onPropertyEvent(const std::vector<
DWatchdogProcessService.cpp1094 void WatchdogProcessService::PropertyChangeListener::onPropertyEvent( in onPropertyEvent() function in android::automotive::watchdog::WatchdogProcessService::PropertyChangeListener