Searched refs:IVmsPublisherService (Results 1 – 4 of 4) sorted by relevance
59 private volatile IVmsPublisherService mVmsPublisherService = null;147 private void setVmsPublisherService(IVmsPublisherService service) { in setVmsPublisherService()166 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) in setVmsPublisherService()229 service.setVmsPublisherService((IVmsPublisherService) msg.obj); in handleMessage()
19 import android.car.vms.IVmsPublisherService;31 oneway void setVmsPublisherService(in IBinder token, IVmsPublisherService service) = 0; in setVmsPublisherService()
28 interface IVmsPublisherService { interface
22 import android.car.vms.IVmsPublisherService;51 public class VmsPublisherService extends IVmsPublisherService.Stub