Home
last modified time | relevance | path

Searched refs:IInstrumentCluster (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java21 import android.car.cluster.renderer.IInstrumentCluster;
64 private IInstrumentCluster mRendererService;
74 IInstrumentCluster service = IInstrumentCluster.Stub.asInterface(binder);
138 IInstrumentCluster service; in onFocusAcquired()
155 IInstrumentCluster service; in onFocusAbandoned()
172 private static void notifyNavContextOwnerChanged(IInstrumentCluster service, int uid, int pid) { in notifyNavContextOwnerChanged()
196 IInstrumentCluster service; in getNavigationService()
215 IInstrumentCluster service; in onKeyEvent()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DIInstrumentCluster.aidl26 interface IInstrumentCluster { interface
DInstrumentClusterRenderingService.java100 private class RendererBinder extends IInstrumentCluster.Stub {