Home
last modified time | relevance | path

Searched refs:ICarProjectionListener (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java20 import android.car.ICarProjectionListener;
42 BinderInterfaceContainer.BinderEventHandler<ICarProjectionListener> {
140 for (BinderInterfaceContainer.BinderInterface<ICarProjectionListener> listener : in handleVoiceAssitantRequest()
153 public void regsiterProjectionListener(ICarProjectionListener listener, int filter) { in regsiterProjectionListener()
167 public void unregsiterProjectionListener(ICarProjectionListener listener) { in unregsiterProjectionListener()
178 for (BinderInterfaceContainer.BinderInterface<ICarProjectionListener> listener : in updateCarInputServiceListeners()
207 BinderInterfaceContainer.BinderInterface<ICarProjectionListener> bInterface) { in onBinderDeath()
215 for (BinderInterfaceContainer.BinderInterface<ICarProjectionListener> listener : in dump()
223 private void dispatchVoiceAssistantRequest(ICarProjectionListener listener, in dispatchVoiceAssistantRequest()
231 private static class ListenerHolder extends BinderInterfaceContainer<ICarProjectionListener> {
[all …]
/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl19 import android.car.ICarProjectionListener;
45 void regsiterProjectionListener(ICarProjectionListener listener, int filter) = 2; in regsiterProjectionListener()
50 void unregsiterProjectionListener(ICarProjectionListener listener) = 3;
DICarProjectionListener.aidl22 oneway interface ICarProjectionListener { interface
DCarProjectionManager.java167 private static class ICarProjectionListenerImpl extends ICarProjectionListener.Stub {