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

1 2 3

  /hardware/interfaces/automotive/evs/1.0/
IEvsCameraStream.hal 17 package android.hardware.automotive.evs@1.0;
IEvsDisplay.hal 17 package android.hardware.automotive.evs@1.0;
28 * Returns basic information about the EVS display provided by the system.
IEvsEnumerator.hal 17 package android.hardware.automotive.evs@1.0;
25 * Provides the mechanism for EVS camera discovery
30 * Returns a list of all EVS cameras available to the system
58 * There can be at most one EVS display object for the system and this function
59 * requests access to it. If the EVS display is not available or is already in use,
80 * interface in order to allow secondary clients to monitor the state of the EVS display
  /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;
Android.mk 33 android.hardware.automotive.evs@1.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
RenderBase.h 27 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
29 using namespace ::android::hardware::automotive::evs::V1_0;
35 * each mode of the EVS application.
RenderTopView.h 24 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
30 using namespace ::android::hardware::automotive::evs::V1_0;
VideoTex.h 26 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
32 using namespace ::android::hardware::automotive::evs::V1_0;
EvsStateControl.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;
42 * This class runs the main update loop for the EVS application. It will sleep when it has
  /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;
34 namespace evs { namespace in namespace:android::automotive
40 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
59 } // namespace evs
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;
34 namespace evs { namespace in namespace:android::automotive
63 // Methods from ::android::hardware::automotive::evs::V1_0::ICarCameraStream follow.
86 } // namespace evs
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;
35 namespace evs { namespace in namespace:android::automotive
43 // This class represents an EVS camera to the client application. As such it presents
59 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsCamera follow.
83 } // namespace evs
  /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>
29 namespace evs { namespace in namespace:android::hardware::automotive
40 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
68 } // namespace evs
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;
45 ALOGI("EVS Hardware Enumerator service is starting");
61 ALOGE("EVS Hardware Enumerator is shutting down");
EvsDisplay.h 20 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
26 namespace evs { namespace in namespace:android::hardware::automotive
33 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsDisplay follow.
58 } // namespace evs
  /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;
43 ALOGI("EVS Hardware Enumerator service is starting");
59 ALOGE("EVS Hardware Enumerator is shutting down");
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>
26 namespace evs { namespace in namespace:android::hardware::automotive
48 } // namespace evs
EvsGlDisplay.h 20 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
29 namespace evs { namespace in namespace:android::hardware::automotive
36 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsDisplay follow.
63 } // namespace evs
  /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
  /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

Completed in 594 milliseconds

1 2 3