Home
last modified time | relevance | path

Searched refs:evs (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/automotive/evs/1.0/default/
DAndroid.bp2 name: "android.hardware.automotive.evs@1.0-service",
12 init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],
15 "android.hardware.automotive.evs@1.0",
Dservice.cpp36 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;
Dandroid.hardware.automotive.evs@1.0-service.rc1 service vendor.evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
DEvsDisplay.h26 namespace evs {
DEvsEnumerator.h29 namespace evs {
DEvsCamera.h30 namespace evs {
DEvsEnumerator.cpp26 namespace evs { namespace
DEvsDisplay.cpp28 namespace evs { namespace
DEvsCamera.cpp29 namespace evs { namespace
/hardware/interfaces/automotive/evs/1.0/
DAndroid.bp4 name: "android.hardware.automotive.evs@1.0",
DIEvsCameraStream.hal17 package android.hardware.automotive.evs@1.0;
DIEvsDisplay.hal17 package android.hardware.automotive.evs@1.0;
DIEvsEnumerator.hal17 package android.hardware.automotive.evs@1.0;
Dtypes.hal17 package android.hardware.automotive.evs@1.0;
DIEvsCamera.hal17 package android.hardware.automotive.evs@1.0;
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.h26 using namespace ::android::hardware::automotive::evs::V1_0;
DAndroid.bp28 static_libs: ["android.hardware.automotive.evs@1.0"],
DVtsHalEvsV1_0TargetTest.cpp59 using namespace ::android::hardware::automotive::evs::V1_0;
/hardware/interfaces/sensors/2.0/default/
DSensor.cpp92 std::vector<Event> evs{ev}; in flush() local
93 mCallback->postEvents(evs, isWakeUpSensor()); in flush()