Home
last modified time | relevance | path

Searched defs:vehicle (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DUtils.java43 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException { in isVhalPropertyAvailable()
50 IVehicle vehicle, in readVhalProperty()
71 IVehicle vehicle, in readVhalProperty()
78 IVehicle vehicle, in readVhalProperty()
101 IVehicle vehicle = getVehicle(); in getVehicleWithTimeout() local
DJsonVhalEventGenerator.java34 JsonVhalEventGenerator(IVehicle vehicle) { in JsonVhalEventGenerator()
DLinearVhalEventGenerator.java36 LinearVhalEventGenerator(IVehicle vehicle) { in LinearVhalEventGenerator()
/packages/services/Car/cpp/security/vehicle_binding_util/src/
DVehicleBindingUtil.cpp54 bool isSeedVhalPropertySupported(std::shared_ptr<IVhalClient> vehicle) { in isSeedVhalPropertySupported()
71 BindingStatus setSeedVhalProperty(std::shared_ptr<IVhalClient> vehicle, in setSeedVhalProperty()
86 BindingStatus getSeedVhalProperty(std::shared_ptr<IVhalClient> vehicle, in getSeedVhalProperty()
155 BindingStatus setVehicleBindingSeed(std::shared_ptr<IVhalClient> vehicle, const Executor& executor, in setVehicleBindingSeed()
/packages/services/Car/cpp/watchdog/server/tests/
DMockVhalClient.h33 explicit MockVhalClient(const std::shared_ptr<MockVehicle>& vehicle) { mVehicle = vehicle; } in MockVhalClient()
/packages/services/Car/cpp/security/vehicle_binding_util/tests/
DVehicleBindingIntegrationTest.cpp33 bool isSeedVhalPropertySupported(std::shared_ptr<IVhalClient> vehicle) { in isSeedVhalPropertySupported()
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java70 HalClient(VehicleStub vehicle, Looper looper, HalClientCallback callback) { in HalClient()
80 HalClient(VehicleStub vehicle, Looper looper, HalClientCallback callback, int waitCapMs, in HalClient()
DVehicleHal.java125 public VehicleHal(Context context, VehicleStub vehicle) { in VehicleHal()
149 VehicleStub vehicle) { in VehicleHal()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java187 public ICarImpl(Context serviceContext, Context builtinContext, VehicleStub vehicle, in ICarImpl()
196 ICarImpl(Context serviceContext, @Nullable Context builtinContext, VehicleStub vehicle, in ICarImpl()