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.java26 import android.car.cluster.renderer.IInstrumentCluster;
83 private IInstrumentCluster mRendererService;
102 IInstrumentCluster service = IInstrumentCluster.Stub.asInterface(binder);
212 IInstrumentCluster service; in changeNavContextOwner()
235 private static void notifyNavContextOwnerChanged(IInstrumentCluster service, in notifyNavContextOwnerChanged()
267 IInstrumentCluster service = getInstrumentClusterRendererService(); in getNavigationService()
289 IInstrumentCluster service = getInstrumentClusterRendererService(); in onKeyEvent()
299 private IInstrumentCluster getInstrumentClusterRendererService() { in getInstrumentClusterRendererService()
300 IInstrumentCluster service; in getInstrumentClusterRendererService()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DIInstrumentCluster.aidl27 interface IInstrumentCluster { interface
DInstrumentClusterRenderingService.java486 private class RendererBinder extends IInstrumentCluster.Stub {