Home
last modified time | relevance | path

Searched refs:halPropValues (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/vhal/client/src/
DHidlVhalClient.cpp289 std::vector<std::unique_ptr<IHalPropValue>> halPropValues; in onPropertyEvent() local
292 halPropValues.push_back(std::make_unique<HidlHalPropValue>(std::move(valueCopy))); in onPropertyEvent()
294 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
DAidlVhalClient.cpp623 std::vector<std::unique_ptr<IHalPropValue>> halPropValues; in onPropertyEvent() local
626 halPropValues.push_back(std::make_unique<AidlHalPropValue>(std::move(valueCopy))); in onPropertyEvent()
628 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1461 public void onHalEvents(List<HalPropValue> halPropValues) { in onHalEvents() argument
1471 for (HalPropValue halPropValue : halPropValues) { in onHalEvents()