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

1 2 3 4 5 6 7

  /hardware/interfaces/automotive/evs/1.0/
IEvsCameraStream.hal 17 package android.hardware.automotive.evs@1.0;
  /packages/services/Car/evs/app/
StreamHandler.h 24 #include <android/hardware/automotive/evs/1.0/IEvsCameraStream.h>
25 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
26 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
61 // Implementation for ::android::hardware::automotive::evs::V1_0::ICarCameraStream
RenderDirectView.h 23 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
RenderPixelCopy.h 23 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
EvsStateControl.h 24 #include <android/hardware/automotive/vehicle/2.0/IVehicle.h>
25 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
26 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
27 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
32 using namespace ::android::hardware::automotive::evs::V1_0;
33 using namespace ::android::hardware::automotive::vehicle::V2_0;
Android.mk 33 android.hardware.automotive.evs@1.0 \
34 android.hardware.automotive.vehicle@2.0 \
57 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/automotive/evs
64 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/automotive/evs
71 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/automotive/evs
  /packages/services/Car/evs/manager/
Enumerator.h 25 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
26 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
33 namespace automotive { namespace in namespace:android
40 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
60 } // namespace automotive
Android.mk 21 android.hardware.automotive.evs@1.0 \
24 LOCAL_INIT_RC := android.automotive.evs.manager@1.0.rc
26 LOCAL_MODULE := android.automotive.evs.manager@1.0
HalCamera.h 20 #include <android/hardware/automotive/evs/1.0/types.h>
21 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
33 namespace automotive { namespace in namespace:android
63 // Methods from ::android::hardware::automotive::evs::V1_0::ICarCameraStream follow.
87 } // namespace automotive
VirtualCamera.h 20 #include <android/hardware/automotive/evs/1.0/types.h>
21 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
28 using namespace ::android::hardware::automotive::evs::V1_0;
34 namespace automotive { namespace in namespace:android
59 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsCamera follow.
84 } // namespace automotive
  /hardware/interfaces/automotive/evs/1.0/default/
EvsEnumerator.h 20 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
21 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
28 namespace automotive { namespace in namespace:android::hardware
40 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
69 } // namespace automotive
service.cpp 17 #define LOG_TAG "android.hardware.automotive.evs@1.0-service"
36 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
37 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
40 using namespace android::hardware::automotive::evs::V1_0::implementation;
  /packages/services/Car/evs/sampleDriver/
service.cpp 34 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
35 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
38 using namespace android::hardware::automotive::evs::V1_0::implementation;
Android.mk 17 android.hardware.automotive.evs@1.0 \
31 LOCAL_INIT_RC := android.hardware.automotive.evs@1.0-sample.rc
33 LOCAL_MODULE := android.hardware.automotive.evs@1.0-sample
bufferCopy.h 20 #include <android/hardware/automotive/evs/1.0/types.h>
25 namespace automotive { namespace in namespace:android::hardware
49 } // namespace automotive
  /hardware/interfaces/automotive/vehicle/2.0/
IVehicleCallback.hal 17 package android.hardware.automotive.vehicle@2.0;
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FrameHandler.h 22 #include <android/hardware/automotive/evs/1.0/IEvsCameraStream.h>
23 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
24 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
26 using namespace ::android::hardware::automotive::evs::V1_0;
66 // Implementation for ::android::hardware::automotive::evs::V1_0::ICarCameraStream
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
CommBase.h 25 namespace automotive { namespace in namespace:android::hardware
81 } // namespace automotive
PipeComm.h 26 namespace automotive { namespace in namespace:android::hardware
72 } // namespace automotive
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
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;
  /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/evs/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/automotive/evs/V1_0/target
  /test/vts-testcase/hal/automotive/evs/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/automotive/evs/V1_0/target_profiling
  /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

Completed in 410 milliseconds

1 2 3 4 5 6 7