Home
last modified time | relevance | path

Searched refs:dispatchToClient (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/common/
DDispatchList.java47 protected abstract void dispatchToClient(ClientType client, List<EventType> events); in dispatchToClient() method in DispatchList
91 dispatchToClient(mEventsByClient.keyAt(i), mEventsByClient.valueAt(i)); in dispatchToClients()
/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/common/
DDispatchListUnitTest.java35 protected void dispatchToClient(String client, List<Integer> events) { in dispatchToClient() method in DispatchListUnitTest.MyDispatchList
/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java493 protected void dispatchToClient(IVehicleCallback client, List<PropIdAreaId> events) { in dispatchToClient() method in AidlMockedVehicleHal.EventDispatchList
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java2099 protected void dispatchToClient(HalServiceBase client, List<PropIdAreaId> events) { in dispatchToClient() method in VehicleHal.SupportedValuesChangeDispatchList
DPropertyHalService.java1784 protected void dispatchToClient(ISupportedValuesChangeCallback client, in dispatchToClient() method in PropertyHalService.SupportedValuesChangeDispatchList
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java3805 protected void dispatchToClient(CarPropertyEventCallbackController client, in dispatchToClient() method in CarPropertyManager.EventDispatchList