Searched refs:ICarPower (Results 1 – 7 of 7) sorted by relevance
26 import android.car.hardware.power.ICarPower;141 @Mock ICarPower.Stub mCarPower;
53 private final ICarPower mService;204 mService = ICarPower.Stub.asInterface(service); in CarPowerManager()
25 interface ICarPower { interface
108 mICarPower = interface_cast<ICarPower>(binder); in connectToCarService()
99 sp<ICarPower> mICarPower;
25 "src/android/car/hardware/power/ICarPower.aidl",
26 import android.car.hardware.power.ICarPower;98 public class CarPowerManagementService extends ICarPower.Stub implements