Searched refs:halPropValues (Results 1 – 3 of 3) sorted by relevance
289 std::vector<std::unique_ptr<IHalPropValue>> halPropValues; in onPropertyEvent() local292 halPropValues.push_back(std::make_unique<HidlHalPropValue>(std::move(valueCopy))); in onPropertyEvent()294 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
623 std::vector<std::unique_ptr<IHalPropValue>> halPropValues; in onPropertyEvent() local626 halPropValues.push_back(std::make_unique<AidlHalPropValue>(std::move(valueCopy))); in onPropertyEvent()628 mCallback->onPropertyEvent(halPropValues); in onPropertyEvent()
1461 public void onHalEvents(List<HalPropValue> halPropValues) { in onHalEvents() argument1471 for (HalPropValue halPropValue : halPropValues) { in onHalEvents()