Searched refs:ICarHvac (Results 1 – 3 of 3) sorted by relevance
23 import android.car.hardware.hvac.ICarHvac;38 public class CarHvacService extends ICarHvac.Stub
24 interface ICarHvac { interface
130 private final ICarHvac mService;183 mService = ICarHvac.Stub.asInterface(service); in CarHvacManager()