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
492 public void onPropertyEvent(ArrayList<VehiclePropValue> propValues) { in onPropertyEvent() method in VehicleHal592 onPropertyEvent(Lists.newArrayList(v)); in injectBooleanEvent()604 onPropertyEvent(Lists.newArrayList(v)); in injectIntegerEvent()
26 Return<void> onPropertyEvent(const hidl_vec <VehiclePropValue> & /*values*/) override { in onPropertyEvent() function
83 callback.onPropertyEvent(Lists.newArrayList(value)); in injectEvent()