Home
last modified time | relevance | path

Searched refs:onHalEvents (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java185 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi()
195 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi_noListener()
205 mClusterHalService.onHalEvents(Arrays.asList( in testOnSwitchUi_noProperties()
213 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState()
230 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_DontAcceptPartialDontCare_Bounds()
244 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_DontAcceptPartialDontCare_Inset()
260 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_noListener()
273 mClusterHalService.onHalEvents(Arrays.asList( in testOnDisplayState_noProperties()
DInputHalServiceTest.java103 mInputHalService.onHalEvents( in ignoresSetListener_beforeKeyInputSupported()
200 mInputHalService.onHalEvents( in dispatchesInputEvent_multiple_toListener_mainDisplay()
225 mInputHalService.onHalEvents( in dispatchesInputEvent_multiple_toListener_clusterDisplay()
386 mInputHalService.onHalEvents(ImmutableList.of( in dispatchesRotaryEvent_singleVolumeUp_anyDisplay()
420 mInputHalService.onHalEvents(ImmutableList.of( in dispatchesRotaryEvent_multipleNavigatePrevious_anyDisplay()
455 mInputHalService.onHalEvents(ImmutableList.of(customInputPropValue)); in dispatchesCustomInputEvent_mainDisplay()
481 mInputHalService.onHalEvents(ImmutableList.of(customInputPropValue)); in dispatchesCustomInputEvent_clusterDisplay()
502 mInputHalService.onHalEvents( in dispatchSingleEvent()
513 mInputHalService.onHalEvents( in dispatchSingleEventWithIndents()
DEvsHalServiceTest.java127 mEvsHalService.onHalEvents( in dispatchEvsServiceRequest()
DVehicleHalTest.java192 verify(mPowerHalService).onHalEvents(dispatchList); in testOnPropertyEvent()
DUserHalServiceTest.java720 mUserHalService.onHalEvents(Arrays.asList(propResponse)); in testUserSwitch_OEMRequest_success()
734 mUserHalService.onHalEvents(Arrays.asList(propResponse)); in testUserSwitch_OEMRequest_failure_positiveRequestId()
1482 mUserHalService.onHalEvents(Arrays.asList(response)); in replySetPropertyWithOnChangeEvent()
DVmsHalServiceTest.java1072 mHalService.onHalEvents(Collections.singletonList(message)); in sendHalMessage()
/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java87 public abstract void onHalEvents(List<VehiclePropValue> values); in onHalEvents() method in HalServiceBase
DEvsHalService.java148 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in EvsHalService
DClusterHalService.java174 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in ClusterHalService
DInputHalService.java214 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in InputHalService
DPowerHalService.java420 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in PowerHalService
DPropertyHalService.java413 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in PropertyHalService
DDiagnosticHalService.java411 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in DiagnosticHalService
DVmsHalService.java278 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in VmsHalService
DVehicleHal.java606 s.onHalEvents(s.getDispatchList()); in onPropertyEvent()
DUserHalService.java180 public void onHalEvents(List<VehiclePropValue> values) { in onHalEvents() method in UserHalService