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

12 3 4 5 6

  /packages/services/Car/service/src/com/android/car/hal/
PowerHalService.java 19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.AP_POWER_BOOTUP_REASON;
20 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.AP_POWER_STATE_REPORT;
21 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.AP_POWER_STATE_REQ;
22 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.DISPLAY_BRIGHTNESS;
25 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerBootupReason;
26 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateConfigFlag;
27 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReport;
28 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReq;
29 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReqIndex;
30 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateShutdownParam
    [all...]
HalClient.java 21 import android.hardware.automotive.vehicle.V2_0.IVehicle;
22 import android.hardware.automotive.vehicle.V2_0.IVehicleCallback;
23 import android.hardware.automotive.vehicle.V2_0.StatusCode;
24 import android.hardware.automotive.vehicle.V2_0.SubscribeOptions;
25 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
26 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
39 * Vehicle HAL client. Interacts directly with Vehicle HAL interface {@link IVehicle}. Contains
40 * some logic for retriable properties, redirects Vehicle notifications into given looper thread.
44 * If call to vehicle HAL returns StatusCode.TRY_AGAIN, than {@link HalClient} will retry t
    [all...]
HalServiceBase.java 21 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
73 * Id (public or system API) and vehicle HAL property Id.
InputHalService.java 18 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.HW_KEY_INPUT;
20 import android.hardware.automotive.vehicle.V2_0.VehicleDisplay;
21 import android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
23 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
VehicleHalFragment.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.VehicleProperty;
84 final IVehicle vehicle; local
86 vehicle = Objects.requireNonNull(IVehicle.getService());
88 Log.e(TAG, "unable to retrieve Vehicle HAL service", e);
94 propConfigList = Objects.requireNonNull(vehicle.getAllPropConfigs());
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
LinearFakeValueGenerator.h 27 namespace vehicle { namespace in namespace:android::hardware::automotive
65 } // namespace vehicle
PipeComm.cpp 19 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
31 namespace vehicle { namespace in namespace:android::hardware::automotive
100 } // namespace vehicle
JsonFakeValueGenerator.h 33 namespace vehicle { namespace in namespace:android::hardware::automotive
71 } // namespace vehicle
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java 22 import android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction;
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;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
InputTestFragment.java 18 import static android.hardware.automotive.vehicle.V2_0.SubscribeFlags.EVENTS_FROM_ANDROID;
19 import static android.hardware.automotive.vehicle.V2_0.SubscribeFlags.EVENTS_FROM_CAR;
20 import static android.hardware.automotive.vehicle.V2_0.VehicleDisplay.INSTRUMENT_CLUSTER;
21 import static android.hardware.automotive.vehicle.V2_0.VehicleHwKeyInputAction.ACTION_DOWN;
22 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.HW_KEY_INPUT;
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.IVehicleCallback.Stub;
29 import android.hardware.automotive.vehicle.V2_0.SubscribeOptions;
30 import android.hardware.automotive.vehicle.V2_0.VehicleArea
    [all...]
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
VehiclePropConfigBuilder.java 20 import android.hardware.automotive.vehicle.V2_0.VehicleAreaConfig;
21 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
22 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyAccess;
23 import android.hardware.automotive.vehicle.V2_0.VehiclePropertyChangeMode;
28 * A builder class for {@link android.hardware.automotive.vehicle.V2_0.VehiclePropConfig}
  /packages/services/Car/service/src/com/android/car/
CarService.java 25 import android.hardware.automotive.vehicle.V2_0.IVehicle;
57 // If 10 crashes of Vehicle HAL occurred within 10 minutes then thrown an exception in
64 Log.e(CarLog.TAG_SERVICE, "Vehicle HAL keeps crashing, notifying user...");
68 "Vehicle HAL crashed too many times in a given time frame");
82 throw new IllegalStateException("Vehicle HAL service is not available.");
87 throw new IllegalStateException("Unable to get Vehicle HAL interface descriptor", e);
148 IVehicle vehicle = getVehicle(); local
150 while (vehicle == null && (start + waitMilliseconds) > elapsedRealtime()) {
157 vehicle = getVehicle();
160 if (vehicle != null)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/
IVehicle.hal 17 package android.hardware.automotive.vehicle@2.0;
23 * Returns a list of all property configurations supported by this vehicle
32 * StatusCode::INVALID_ARG, otherwise a list of vehicle property
39 * Get a vehicle property value.
57 * Set a vehicle property value.
91 * Print out debugging state for the vehicle hal.
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
Obd2SensorStore.h 22 #include <android/hardware/automotive/vehicle/2.0/types.h>
27 namespace vehicle { namespace in namespace:android::hardware::automotive
79 } // namespace vehicle
VehicleHal.h 20 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
26 namespace vehicle { namespace in namespace:android::hardware::automotive
30 * This is a low-level vehicle hal interface that should be implemented by
51 * times for the same vehicle property to update sample rate.
64 * @param property vehicle property to unsubscribe
88 /* Propagates property change events to vehicle HAL clients. */
93 /* Propagates error during set operation to the vehicle HAL clients. */
107 } // namespace vehicle
VehicleUtils.h 24 #include <android/hardware/automotive/vehicle/2.0/types.h>
29 namespace vehicle { namespace in namespace:android::hardware::automotive
80 } // namespace vehicle
VehicleHalManager.h 29 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
40 namespace vehicle { namespace in namespace:android::hardware::automotive
118 } // namespace vehicle
  /packages/services/Car/service/
Android.mk 44 android.hardware.automotive.vehicle-V2.0-java \
45 vehicle-hal-support-lib \
70 android.hardware.automotive.vehicle-V2.0-java \
71 vehicle-hal-support-lib \
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarPowerManagementTest.java 21 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerBootupReason;
22 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateConfigFlag;
23 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReport;
24 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReq;
25 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateReqIndex;
26 import android.hardware.automotive.vehicle.V2_0.VehicleApPowerStateShutdownParam;
27 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
28 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
VmsHalServiceSubscriptionEventTest.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.VmsMessageType;
29 import android.hardware.automotive.vehicle.V2_0.VmsMessageWithLayerIntegerValuesIndex;
30 import android.hardware.automotive.vehicle.V2_0.VmsSubscriptionsStateIntegerValuesIndex;
  /hardware/interfaces/automotive/vehicle/2.0/default/
VehicleService.cpp 17 #define LOG_TAG "automotive.vehicle@2.0-service"
28 using namespace android::hardware::automotive::vehicle::V2_0;
42 ALOGE("Unable to register vehicle service (%d)", status);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
PropertyInfo.java 20 import android.hardware.automotive.vehicle.V2_0.VehicleProperty;
  /packages/services/Car/tests/vehiclehal_test/
Android.mk 35 LOCAL_STATIC_JAVA_LIBRARIES += vehicle-hal-support-lib \
38 android.hardware.automotive.vehicle-V2.0-java
  /packages/services/Car/vehicle-hal-support-lib/
Android.mk 20 LOCAL_MODULE := vehicle-hal-support-lib
28 android.hardware.automotive.vehicle-V2.0-java \
  /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DiagnosticEventBuilder.java 19 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
20 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
21 import android.hardware.automotive.vehicle.V2_0.DiagnosticFloatSensorIndex;
22 import android.hardware.automotive.vehicle.V2_0.DiagnosticIntegerSensorIndex;

Completed in 643 milliseconds

12 3 4 5 6