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

12 3

  /packages/services/Car/evs/manager/
service.cpp 33 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
34 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
37 using namespace android::automotive::evs::V1_0::implementation;
42 ALOGI("EVS manager starting\n");
75 ALOGI("EVS managed service connecting to hardware service at %s", evsHardwareServiceName);
84 ALOGI("EVS managed service is starting as %s", kManagedEnumeratorName);
97 ALOGE("EVS Hardware Enumerator is shutting down");
Enumerator.cpp 21 namespace evs { namespace in namespace:android::automotive
37 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
137 // Request exclusive access to the EVS display
140 ALOGE("EVS Display unavailable");
188 } // namespace evs
HalCamera.cpp 27 namespace evs { namespace in namespace:android::automotive
217 } // namespace evs
VirtualCamera.cpp 27 namespace evs { namespace in namespace:android::automotive
100 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsCamera follow.
223 } // namespace evs
  /packages/services/Car/evs/sampleDriver/
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.
77 } // namespace evs
EvsV4lCamera.h 20 #include <android/hardware/automotive/evs/1.0/types.h>
21 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
33 namespace evs { namespace in namespace:android::hardware::automotive
44 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsCamera follow.
99 } // namespace evs
GlWrapper.h 31 #include <android/hardware/automotive/evs/1.0/types.h>
38 using ::android::hardware::automotive::evs::V1_0::BufferDesc;
EvsEnumerator.cpp 27 namespace evs { namespace in namespace:android::hardware::automotive
49 // known good devices to speed up the startup time of their EVS implementation.
76 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
291 } // namespace evs
EvsGlDisplay.cpp 26 namespace evs { namespace in namespace:android::hardware::automotive
79 * Returns basic information about the EVS display provided by the system.
295 } // namespace evs
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 42 std::vector<intrusive_ref<event>> evs; local
45 std::swap(_chain, evs);
47 return evs;
52 auto evs = trigger_self(); local
59 for (event &ev : evs)
66 std::vector<intrusive_ref<event>> evs; local
69 std::swap(_chain, evs);
71 return evs;
76 auto evs = abort_self(status); local
80 for (event &ev : evs)
    [all...]
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.h 20 #include <android/hardware/automotive/evs/1.0/types.h>
21 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
30 namespace evs { namespace in namespace:android::hardware::automotive
41 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsCamera follow.
107 } // namespace evs
EvsEnumerator.cpp 17 #define LOG_TAG "android.hardware.automotive.evs@1.0-service"
26 namespace evs { namespace in namespace:android::hardware::automotive
49 // Methods from ::android::hardware::automotive::evs::V1_0::IEvsEnumerator follow.
214 } // namespace evs
  /external/valgrind/memcheck/tests/linux/
syscalls-2007.c 71 struct epoll_event evs[10]; local
78 epoll_pwait (fd3, evs, 10, 0, &mask);
  /hardware/interfaces/automotive/evs/1.0/
IEvsCamera.hal 17 package android.hardware.automotive.evs@1.0;
52 * Request delivery of EVS camera frames from this camera.
71 * Stop the delivery of EVS camera frames.
types.hal 17 package android.hardware.automotive.evs@1.0;
21 * Structure describing the basic properties of an EVS camera
24 * EVS camera in the system.
33 * Structure describing the basic properties of an EVS display
36 * the EVS display. As an implementation detail, this may be a physical
71 * States for control of the EVS display
73 * The DisplayInfo structure describes the basic properties of an EVS display. Any EVS
75 * structure to describe the EVS display. As an implementation detail, this may be a
89 /** Error codes used in EVS HAL interface. *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 64 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
70 if (evs->machine->Tokens != shader->state.tokens) {
71 tgsi_exec_machine_bind_shader(evs->machine,
96 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
97 struct tgsi_exec_machine *machine = evs->machine;
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 63 auto evs = objs(d_evs, num_evs); local
65 for (auto &ev : evs) {
66 if (ev.context() != evs.front().context())
75 auto sev = create<soft_event>(evs.front().context(), evs, true);
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 53 evs = range(-2 * steps_per_ev, 2 * steps_per_ev + 1, steps_per_ev)
64 for ev in evs:
92 pylab.plot(evs, lumas, '-ro')
110 # Only allow positive EVs to give saturated image
  /packages/services/Car/evs/app/
evs_app.cpp 26 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
27 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
49 // Changes in these values are what will trigger a reconfiguration of the EVS pipeline
71 ALOGI("EVS app starting\n");
100 config.initialize("/system/etc/automotive/evs/config.json");
111 // Get the EVS manager service
112 ALOGI("Acquiring EVS Enumerator");
119 // Request exclusive access to the EVS display
120 ALOGI("Acquiring EVS Display");
124 ALOGE("EVS Display unavailable. Exiting.")
    [all...]
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
VtsHalEvsV1_0TargetTest.cpp 22 // default (mock) EVS driver here for easy reference. All
23 // actual EVS drivers should serve on the EvsEnumeratorHw name,
29 // These values are called out in the EVS design doc (as of Mar 8, 2017)
51 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
52 #include <android/hardware/automotive/evs/1.0/IEvsEnumerator.h>
53 #include <android/hardware/automotive/evs/1.0/IEvsCameraStream.h>
54 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
59 using namespace ::android::hardware::automotive::evs::V1_0;
68 // The main test class for EVS
96 // We insist on at least one camera for EVS to pass any camera test
    [all...]
  /packages/services/Car/car_product/build/
car_base.mk 86 # EVS resources
87 PRODUCT_PACKAGES += android.automotive.evs.manager@1.0
91 #PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-service
92 #PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-sample
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 37 android.hardware.automotive.evs@1.0-vts.func_fuzzer.EvsCamera \
38 android.hardware.automotive.evs@1.0-vts.func_fuzzer.EvsCameraStream \
39 android.hardware.automotive.evs@1.0-vts.func_fuzzer.EvsDisplay \
40 android.hardware.automotive.evs@1.0-vts.func_fuzzer.EvsEnumerator \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 970 struct epoll_event *evs = NULL; local
1003 evs = PyMem_New(struct epoll_event, maxevents);
1004 if (evs == NULL) {
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1033 PyMem_Free(evs);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 1004 struct epoll_event *evs = NULL; local
1037 evs = PyMem_New(struct epoll_event, maxevents);
1038 if (evs == NULL) {
1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1067 PyMem_Free(evs);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 970 struct epoll_event *evs = NULL; local
1003 evs = PyMem_New(struct epoll_event, maxevents);
1004 if (evs == NULL) {
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1033 PyMem_Free(evs);
    [all...]

Completed in 357 milliseconds

12 3