Searched refs:ICarProjectionListener (Results 1 – 4 of 4) sorted by relevance
20 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 …]
19 import android.car.ICarProjectionListener;45 void regsiterProjectionListener(ICarProjectionListener listener, int filter) = 2; in regsiterProjectionListener()50 void unregsiterProjectionListener(ICarProjectionListener listener) = 3;
22 oneway interface ICarProjectionListener { interface
167 private static class ICarProjectionListenerImpl extends ICarProjectionListener.Stub {