Searched refs:evs (Results 1 – 19 of 19) sorted by relevance
2 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",
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;
1 service vendor.evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
26 namespace evs {
29 namespace evs {
30 namespace evs {
26 namespace evs { namespace
28 namespace evs { namespace
29 namespace evs { namespace
4 name: "android.hardware.automotive.evs@1.0",
17 package android.hardware.automotive.evs@1.0;
26 using namespace ::android::hardware::automotive::evs::V1_0;
28 static_libs: ["android.hardware.automotive.evs@1.0"],
59 using namespace ::android::hardware::automotive::evs::V1_0;
92 std::vector<Event> evs{ev}; in flush() local93 mCallback->postEvents(evs, isWakeUpSensor()); in flush()