HomeSort by relevance Sort by last modified time
    Searched refs:vehicle (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 25 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
30 namespace vehicle { namespace in namespace:android::hardware::automotive
35 * vehicle property values.
99 } // namespace vehicle
VmsUtils.h 23 #include <android/hardware/automotive/vehicle/2.0/types.h>
28 namespace vehicle { namespace in namespace:android::hardware::automotive
32 // VmsUtils are a set of abstractions for creating and parsing Vehicle Property
34 // VehiclePropValue update with a VMS message is specified in the Vehicle HIDL.
151 } // namespace vehicle
SubscriptionManager.h 29 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
37 namespace vehicle { namespace in namespace:android::hardware::automotive
173 } // namespace vehicle
VehicleObjectPool.h 25 #include <android/hardware/automotive/vehicle/2.0/types.h>
30 namespace vehicle { namespace in namespace:android::hardware::automotive
240 } // namespace vehicle
  /packages/services/Car/evs/app/
EvsStateControl.h 24 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
33 using namespace ::android::hardware::automotive::vehicle::V2_0;
  /packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
Obd2LiveFrameGeneratorTest.java 19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;
24 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
Obd2FreezeFrameGeneratorTest.java 19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_FREEZE_FRAME;
24 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarDiagnosticConstantsTest.java 35 * Validates that diagnostic constants in CarService and Vehicle HAL have the same value
147 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2FuelSystemStatus.class,
152 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2FuelType.class,
157 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2SecondaryAirStatus.class,
162 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2CommonIgnitionMonitors.class,
165 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2CompressionIgnitionMonitors.class,
168 validateMatch(android.hardware.automotive.vehicle.V2_0.Obd2SparkIgnitionMonitors.class,
CarVendorExtensionManagerTest.java 27 import android.hardware.automotive.vehicle.V2_0.StatusCode;
28 import android.hardware.automotive.vehicle.V2_0.VehicleArea;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
31 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyGroup;
33 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyType;
CarHvacManagerTest.java 28 import android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
31 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
33 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
CarCabinManagerTest.java 28 import android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor;
29 import android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
31 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
CarInfoManagerTest.java 24 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
CarProjectionManagerTest.java 24 import android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction;
25 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
26 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
27 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
  /packages/services/Car/service/src/com/android/car/hal/
VehicleHal.java 26 import android.hardware.automotive.vehicle.V2_0.IVehicle;
27 import android.hardware.automotive.vehicle.V2_0.IVehicleCallback;
28 import android.hardware.automotive.vehicle.V2_0.SubscribeFlags;
29 import android.hardware.automotive.vehicle.V2_0.SubscribeOptions;
30 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
31 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
32 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
33 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
34 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
35 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode
    [all...]
DiagnosticHalService.java 23 import android.hardware.automotive.vehicle.V2_0.DiagnosticFloatSensorIndex;
24 import android.hardware.automotive.vehicle.V2_0.DiagnosticIntegerSensorIndex;
25 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
26 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
27 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
28 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
CarPropertyUtils.java 25 import android.hardware.automotive.vehicle.V2_0.VehicleArea;
26 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
27 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
28 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
29 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyType;
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
MockedVehicleHal.java 25 import android.hardware.automotive.vehicle.V2_0.IVehicle;
26 import android.hardware.automotive.vehicle.V2_0.IVehicleCallback;
27 import android.hardware.automotive.vehicle.V2_0.StatusCode;
28 import android.hardware.automotive.vehicle.V2_0.SubscribeOptions;
29 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
30 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
31 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
E2eCarTestBase.java 25 import android.hardware.automotive.vehicle.V2_0.IVehicle;
26 import android.hardware.automotive.vehicle.V2_0.StatusCode;
27 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
VhalJsonReader.java 20 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
21 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyType;
VhalEventVerifier.java 18 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehiclePropConfigIndex_test.cpp 26 namespace vehicle { namespace in namespace:android::hardware::automotive
74 } // namespace vehicle
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/
Android.mk 49 android.hardware.automotive.vehicle-V2.0-java \
50 vehicle-hal-support-lib \
  /packages/services/Car/tests/carservice_test/
Android.mk 42 vehicle-hal-support-lib \
46 android.hardware.automotive.vehicle-V2.0-java \
  /test/vts-testcase/hal/automotive/vehicle/V2_0/host/
VtsHalAutomotiveVehicleV2_0HostTest.py 27 VEHICLE_V2_0_HAL = "android.hardware.automotive.vehicle@2.0::IVehicle"
30 """A simple testcase for the VEHICLE HIDL HAL."""
37 """Creates a mirror and init vehicle hal."""
45 target_type="vehicle",
48 target_package="android.hardware.automotive.vehicle",
53 self.vehicle = self.dut.hal.vehicle # shortcut
54 self.vehicle.SetCallerUid(system_uid)
55 self.vtypes = self.dut.hal.vehicle.GetHidlTypeInterface("types")
56 logging.info("vehicle types: %s", self.vtypes
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
SocketComm.cpp 19 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
33 namespace vehicle { namespace in namespace:android::hardware::automotive
187 } // namespace vehicle

Completed in 1743 milliseconds

1 23 4 5 6