Searched refs:onPropertyEvent (Results 1 – 4 of 4) sorted by relevance
212 mCallback.onPropertyEvent((ArrayList<VehiclePropValue>) msg.obj); in handleMessage()238 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in HalClient.VehicleCallback
466 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in VehicleHal566 onPropertyEvent(Lists.newArrayList(v)); in injectBooleanEvent()578 onPropertyEvent(Lists.newArrayList(v)); in injectIntegerEvent()
30 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent() function
101 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()