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

1 2 3 4 5 6

  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
VehicleWindowTest.java 26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.FRONT_WINDSHIELD,
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.REAR_WINDSHIELD,
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_LEFT,
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_1_RIGHT,
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_LEFT,
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_2_RIGHT,
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_LEFT,
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROW_3_RIGHT,
42 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_1,
44 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaWindow.ROOF_TOP_2
    [all...]
VehicleSeatTest.java 26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_LEFT,
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_CENTER,
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_1_RIGHT,
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_LEFT,
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_CENTER,
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_2_RIGHT,
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_LEFT,
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_CENTER,
42 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaSeat.ROW_3_RIGHT,
VehicleDoorTest.java 26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.HOOD,
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.REAR,
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_1_LEFT,
32 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_1_RIGHT,
34 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_2_LEFT,
36 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_2_RIGHT,
38 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_3_LEFT,
40 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaDoor.ROW_3_RIGHT,
VehicleAreaMirrorTest.java 26 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaMirror.DRIVER_CENTER,
28 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaMirror.DRIVER_LEFT,
30 assertEquals(android.hardware.automotive.vehicle.V2_0.VehicleAreaMirror.DRIVER_RIGHT,
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
VhalEventGenerator.java 18 import android.hardware.automotive.vehicle.V2_0.VehicleArea;
19 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyGroup;
20 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyType;
30 * hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h
JsonVhalEventGenerator.java 20 import android.hardware.automotive.vehicle.V2_0.IVehicle;
21 import android.hardware.automotive.vehicle.V2_0.StatusCode;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
34 JsonVhalEventGenerator(IVehicle vehicle) {
35 mVehicle = vehicle;
Utils.java 22 import android.hardware.automotive.vehicle.V2_0.IVehicle;
23 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
24 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
43 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException {
44 return vehicle.getAllPropConfigs()
50 IVehicle vehicle,
53 Objects.requireNonNull(vehicle);
57 vehicle.get(
71 IVehicle vehicle,
74 return readVhalProperty(vehicle, propertyId, 0, f)
    [all...]
Obd2LiveFrameTest.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;
28 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
LinearVhalEventGenerator.java 20 import android.hardware.automotive.vehicle.V2_0.IVehicle;
21 import android.hardware.automotive.vehicle.V2_0.StatusCode;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
39 LinearVhalEventGenerator(IVehicle vehicle) {
40 mVehicle = vehicle;
Obd2FreezeFrameTest.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;
28 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
FakeValueGenerator.h 20 #include <android/hardware/automotive/vehicle/2.0/types.h>
25 namespace vehicle { namespace in namespace:android::hardware::automotive
54 } // namespace vehicle
CommBase.h 26 namespace vehicle { namespace in namespace:android::hardware::automotive
80 } // namespace vehicle
PipeComm.h 27 namespace vehicle { namespace in namespace:android::hardware::automotive
71 } // namespace vehicle
SocketComm.h 27 namespace vehicle { namespace in namespace:android::hardware::automotive
88 } // namespace vehicle
  /compatibility/cdd/9_security-model/
9_14_automotive-system-isolation.md 1 ## 9.14\. Automotive Vehicle System Isolation
3 Android Automotive devices are expected to exchange data with critical vehicle
4 subsystems by using the [vehicle HAL](http://source.android.com/devices/automotive.html)
5 to send and receive messages over vehicle networks such as CAN bus.
  /device/generic/car/emulator/hal/
car_emulator_hal.mk 20 android.hardware.automotive.vehicle@2.0-service
  /hardware/interfaces/automotive/vehicle/2.0/
IVehicleCallback.hal 17 package android.hardware.automotive.vehicle@2.0;
49 * vehicle network. If such rare event occurs this method must be called.
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DiagnosticJsonReader.java 19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_FREEZE_FRAME;
20 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
23 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
  /test/vts-testcase/hal/automotive/vehicle/V2_0/host/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/automotive/vehicle/V2_0/host
  /test/vts-testcase/hal/automotive/vehicle/V2_0/host_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/automotive/vehicle/V2_0/host_profiling
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
NestedBuildersTest.java 33 import protobuf_unittest.Vehicle;
50 Vehicle.Builder vehicleBuilder = Vehicle.newBuilder();
66 Vehicle vehicle = vehicleBuilder.build(); local
67 assertEquals(4, vehicle.getWheelCount());
69 Wheel wheel = vehicle.getWheel(i);
73 assertEquals(10, vehicle.getEngine().getLiters());
82 vehicle = vehicleBuilder.build();
84 Wheel wheel = vehicle.getWheel(i)
182 Vehicle vehicle = vehicleBuilder.buildPartial(); local
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsPublisherPermissionsTest.java 23 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
24 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
25 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
26 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
27 import android.hardware.automotive.vehicle.V2_0.VmsBaseMessageIntegerValuesIndex;
28 import android.hardware.automotive.vehicle.V2_0.VmsMessageType;
VmsPublisherClientServiceTest.java 24 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
25 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
26 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
27 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
28 import android.hardware.automotive.vehicle.V2_0.VmsBaseMessageIntegerValuesIndex;
29 import android.hardware.automotive.vehicle.V2_0.VmsMessageType;
30 import android.hardware.automotive.vehicle.V2_0.VmsMessageWithLayerIntegerValuesIndex;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropConfigIndex.h 22 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
27 namespace vehicle { namespace in namespace:android::hardware::automotive
31 * This is thread-safe immutable class to hold vehicle property configuration
75 } // namespace vehicle
  /compatibility/cdd/2_device-types/
2_5_automotive-reqs.md 3 **Android Automotive implementation** refers to a vehicle head unit running
11 * Are embedded as part of, or pluggable to, an automotive vehicle.
73 `DRIVE_STATUS_UNRESTRICTED` when the vehicle is fully stopped and parked.
78 * [[7.3](#7_3_sensors).11.4/A-0-1] MUST provide vehicle speed defined as
257 allows all functions provided by the vehicle system without requiring a user to
263 from Android framework vehicle subsystems, e.g., whitelisting permitted message
267 guards against malicious software flooding the vehicle network with traffic,
268 which may lead to malfunctioning vehicle subsystems.

Completed in 584 milliseconds

1 2 3 4 5 6