/packages/services/Car/cpp/evs/manager/1.1/ |
D | Android.bp | 22 name: "android.automotive.evs.manager_defaults", 25 "android.hardware.automotive.evs@1.0", 26 "android.hardware.automotive.evs@1.1", 68 name: "android.automotive.evs.manager_sources", 86 defaults: ["android.automotive.evs.manager_defaults"], 88 srcs: [":android.automotive.evs.manager_sources"], 95 name: "android.automotive.evs.manager@1.1", 97 defaults: ["android.automotive.evs.manager_defaults"], 100 ":android.automotive.evs.manager_sources", 104 init_rc: ["android.automotive.evs.manager@1.1.rc"], [all …]
|
D | VirtualCamera.h | 34 using namespace ::android::hardware::automotive::evs::V1_1; 40 using ::android::hardware::automotive::evs::V1_0::EvsResult; 41 using ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 42 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 43 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 44 using IEvsCamera_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCamera; 45 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 46 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream; 47 using IEvsCameraStream_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCameraStream; 48 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; [all …]
|
D | Enumerator.h | 34 using namespace ::android::hardware::automotive::evs::V1_1; 41 namespace evs { 45 using IEvsCamera_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCamera; 46 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 47 using IEvsEnumerator_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsEnumerator; 48 using IEvsEnumerator_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsEnumerator; 49 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 50 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 51 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState;
|
D | HalCamera.h | 33 using namespace ::android::hardware::automotive::evs::V1_1; 37 using ::android::hardware::automotive::evs::V1_0::EvsResult; 38 using IEvsCamera_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCamera; 39 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 40 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 41 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 42 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream; 43 using IEvsCameraStream_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCameraStream; 47 namespace evs {
|
D | HalDisplay.h | 25 using namespace ::android::hardware::automotive::evs::V1_1; 29 using ::android::hardware::automotive::evs::V1_0::EvsResult; 30 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 31 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState; 32 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 33 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 37 namespace evs {
|
/packages/services/Car/service/jni/evs/ |
D | StreamHandler.h | 30 namespace evs { 39 class StreamHandler : public android::hardware::automotive::evs::V1_1::IEvsCameraStream { 41 StreamHandler(android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera>& pCamera, 49 void doneWithFrame(const android::hardware::automotive::evs::V1_1::BufferDesc& buffer); 54 const android::hardware::automotive::evs::V1_0::BufferDesc& buffer) override; 58 const android::hardware::hidl_vec<android::hardware::automotive::evs::V1_1::BufferDesc>& 61 const android::hardware::automotive::evs::V1_1::EvsEventDesc& event) override; 64 android::sp<android::hardware::automotive::evs::V1_1::IEvsCamera> mEvsCamera; 76 std::list<android::hardware::automotive::evs::V1_1::BufferDesc> mReceivedBuffers
|
D | EvsServiceContext.h | 37 namespace evs { 119 void onNewEvent(hardware::automotive::evs::V1_1::EvsEventDesc) override; 120 void onNewFrame(hardware::automotive::evs::V1_1::BufferDesc) override; 131 sp<hardware::automotive::evs::V1_1::IEvsEnumerator> mService GUARDED_BY(mLock); 134 sp<hardware::automotive::evs::V1_1::IEvsCamera> mCamera GUARDED_BY(mLock); 141 sp<hardware::automotive::evs::V1_1::IEvsDisplay> mDisplay; 170 std::map<int, hardware::automotive::evs::V1_1::BufferDesc> mBufferRecords GUARDED_BY(mLock);
|
D | StreamHandler.cpp | 25 using namespace ::android::hardware::automotive::evs::V1_1; 32 using ::android::hardware::automotive::evs::V1_0::EvsResult; 33 using ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 35 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState; 36 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 37 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 41 namespace evs { namespace
|
D | EvsServiceCallback.h | 24 namespace evs { 35 virtual void onNewEvent(hardware::automotive::evs::V1_1::EvsEventDesc) = 0; 38 virtual void onNewFrame(hardware::automotive::evs::V1_1::BufferDesc) = 0;
|
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | EvsEmulatedCamera.h | 34 using ::android::hardware::automotive::evs::V1_0::EvsResult; 35 using ::android::hardware::automotive::evs::V1_1::CameraDesc; 37 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 38 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 39 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 40 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 41 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 42 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream; 43 using IEvsCameraStream_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCameraStream; 47 using namespace ::android::hardware::automotive::evs::V1_1; [all …]
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | EvsGlDisplay.h | 26 using ::android::hardware::automotive::evs::V1_0::EvsResult; 27 using ::android::hardware::automotive::evs::V1_0::DisplayDesc; 28 using ::android::hardware::automotive::evs::V1_0::DisplayState; 29 using ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 30 using EvsResult = ::android::hardware::automotive::evs::V1_0::EvsResult; 31 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 32 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState; 38 namespace evs {
|
D | Android.bp | 24 name: "android.hardware.automotive.evs@1.1-sample", 42 "android.hardware.automotive.evs@1.0", 43 "android.hardware.automotive.evs@1.1", 64 init_rc: ["android.hardware.automotive.evs@1.1-sample.rc"], 94 "manifest_android.hardware.automotive.evs@1.1.xml", 106 "android.hardware.automotive.evs@1.0", 107 "android.hardware.automotive.evs@1.1", 122 sub_dir: "automotive/evs", 129 sub_dir: "automotive/evs",
|
D | EvsV4lCamera.h | 36 using ::android::hardware::automotive::evs::V1_0::EvsResult; 37 using ::android::hardware::automotive::evs::V1_0::CameraDesc; 38 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 39 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 40 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 41 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc; 42 using IEvsCameraStream_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCameraStream; 43 using IEvsCameraStream_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCameraStream; 48 namespace evs {
|
D | EvsEnumerator.h | 32 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState; 33 using IEvsCamera_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsCamera; 34 using IEvsCamera_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsCamera; 35 using IEvsDisplay_1_0 = ::android::hardware::automotive::evs::V1_0::IEvsDisplay; 36 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 42 namespace evs {
|
/packages/services/Car/cpp/evs/apps/default/ |
D | Android.bp | 56 "android.hardware.automotive.evs@1.0", 57 "android.hardware.automotive.evs@1.1", 59 "libcartelemetry-evs-proto", 89 name: "libcartelemetry-evs-proto", 91 ":cartelemetry-evs-proto-srcs", 106 sub_dir: "automotive/evs", 114 sub_dir: "automotive/evs", 122 sub_dir: "automotive/evs",
|
D | StreamHandler.h | 28 using namespace ::android::hardware::automotive::evs::V1_1; 34 using ::android::hardware::automotive::evs::V1_1::IEvsDisplay; 35 using EvsDisplayState = ::android::hardware::automotive::evs::V1_0::DisplayState; 36 using BufferDesc_1_0 = ::android::hardware::automotive::evs::V1_0::BufferDesc; 37 using BufferDesc_1_1 = ::android::hardware::automotive::evs::V1_1::BufferDesc;
|
/packages/services/Car/service/jni/ |
D | Android.bp | 25 "evs/CarEvsService.cpp", 26 "evs/EvsCallbackThread.cpp", 27 "evs/EvsDeathRecipient.cpp", 28 "evs/EvsServiceContext.cpp", 29 "evs/StreamHandler.cpp", 33 "android.hardware.automotive.evs@1.0", 34 "android.hardware.automotive.evs@1.1",
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 17 package com.android.car.evs; 19 import static android.car.evs.CarEvsManager.ERROR_BUSY; 20 import static android.car.evs.CarEvsManager.ERROR_NONE; 21 import static android.car.evs.CarEvsManager.ERROR_UNAVAILABLE; 22 import static android.car.evs.CarEvsManager.SERVICE_STATE_ACTIVE; 23 import static android.car.evs.CarEvsManager.SERVICE_STATE_INACTIVE; 24 import static android.car.evs.CarEvsManager.SERVICE_STATE_REQUESTED; 25 import static android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE; 26 import static android.car.evs.CarEvsManager.STREAM_EVENT_STREAM_STOPPED; 34 import android.car.evs.CarEvsBufferDescriptor; [all …]
|
/packages/services/Car/cpp/evs/support_library/ |
D | Utils.cpp | 25 namespace evs { namespace 28 using namespace ::android::hardware::automotive::evs::V1_0; 49 sp<IEvsEnumerator> evs = IEvsEnumerator::getService(evsServiceName); in getRearViewCameraIds() local 50 if (evs.get() == nullptr) { in getRearViewCameraIds() 59 evs->getCameraList([&config, &cameraIds](hidl_vec<CameraDesc> cameraList) { in getRearViewCameraIds()
|
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/ |
D | EvsDisplayManager.cpp | 33 using android::hardware::automotive::evs::V1_1::IEvsEnumerator; 34 using android::hardware::automotive::evs::V1_1::IEvsDisplay; 35 using android::hardware::automotive::evs::V1_0::EvsResult; 36 using android::hardware::automotive::evs::V1_0::DisplayState; 37 using android::hardware::automotive::evs::V1_0::BufferDesc; 39 using android::automotive::evs::support::RenderDirectView;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarEvsManagerTest.java | 24 import android.car.evs.CarEvsBufferDescriptor; 25 import android.car.evs.CarEvsManager; 26 import android.car.evs.CarEvsManager.CarEvsServiceState; 27 import android.car.evs.CarEvsManager.CarEvsServiceType; 28 import android.car.evs.CarEvsManager.CarEvsStreamEvent; 29 import android.car.evs.CarEvsStatus;
|
/packages/services/Car/car-lib/src/android/car/evs/ |
D | ICarEvsService.aidl | 17 package android.car.evs; 19 import android.car.evs.CarEvsStatus; 20 import android.car.evs.ICarEvsStatusListener; 21 import android.car.evs.ICarEvsStreamCallback;
|
/packages/services/Car/car_product/build/ |
D | car_base.mk | 72 include packages/services/Car/cpp/evs/manager/evsmanager.mk 77 PRODUCT_PRODUCT_PROPERTIES += persist.automotive.evs.mode=0 79 android.hardware.automotive.evs@1.1-sample \ 81 include packages/services/Car/cpp/evs/apps/sepolicy/evsapp.mk 82 include packages/services/Car/cpp/evs/sampleDriver/sepolicy/evsdriver.mk
|
/packages/services/Car/cpp/evs/manager/1.1/stats/ |
D | CameraUsageStats.h | 34 namespace evs { 164 const hardware::hidl_vec<::android::hardware::automotive::evs::V1_1::BufferDesc>& bufs 167 const hardware::hidl_vec<::android::hardware::automotive::evs::V1_1::BufferDesc>& bufs 177 const hardware::hidl_vec<::android::hardware::automotive::evs::V1_1::BufferDesc>& bufs 180 const hardware::hidl_vec<::android::hardware::automotive::evs::V1_1::BufferDesc>& bufs
|
/packages/services/Car/cpp/evs/manager/ |
D | evsmanager.mk | 2 PRODUCT_PACKAGES += android.automotive.evs.manager@1.1 5 PRODUCT_PUBLIC_SEPOLICY_DIRS += packages/services/Car/cpp/evs/manager/sepolicy/public 6 PRODUCT_PRIVATE_SEPOLICY_DIRS += packages/services/Car/cpp/evs/manager/sepolicy/private
|