Searched refs:eventfd (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h28 #include <sys/eventfd.h>
62 typedef int (*eventfd)(unsigned int, int); typedef in class:sdm::Sys
76 static eventfd eventfd_;
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h28 #include <sys/eventfd.h>
67 typedef int (*eventfd)(unsigned int, int); typedef in class:sdm::Sys
82 static eventfd eventfd_;
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Dsys.cpp57 Sys::eventfd Sys::eventfd_ = ::eventfd;
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Dsys.cpp58 Sys::eventfd Sys::eventfd_ = ::eventfd;
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
H A Domx_rpc.c53 #include <sys/eventfd.h>
165 pRPCCtx->fd_killcb = eventfd(0, 0);
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc.c53 #include <sys/eventfd.h>
165 pRPCCtx->fd_killcb = eventfd(0, 0);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp46 #include <sys/eventfd.h>
813 musbpfdPlayback = eventfd(0,0);
834 mproxypfdPlayback = eventfd(0,0);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c80 #include <sys/eventfd.h>
/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp28 #include <sys/eventfd.h>
480 mWakeEventFd = eventfd(0, EFD_NONBLOCK);
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c81 #include <sys/eventfd.h>
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c23 #include <sys/eventfd.h>
171 int wakeup_evt; /* eventfd used to wakeup event thread */
2818 if ((hwc_dev->wakeup_evt = eventfd(0, EFD_NONBLOCK)) < 0) {
2819 ALOGE("failed to eventfd (%d): %m", errno);
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c82 #include <sys/eventfd.h>
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c81 #include <sys/eventfd.h>
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp32 #include <sys/eventfd.h>
1109 m_poll_efd = eventfd(0, 0);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp32 #include <sys/eventfd.h>
1187 m_poll_efd = eventfd(0, 0);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp56 #include <sys/eventfd.h>
2124 m_poll_efd = eventfd(0, 0);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp56 #include <sys/eventfd.h>
2265 m_poll_efd = eventfd(0, 0);

Completed in 886 milliseconds