Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 23 of 23) sorted by relevance

/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.cpp259 if( -1 == poll(&pfd,1,0) ) in isEmpty()
376 int ret = poll(pfd, n, timeout); in waitForMsg()
/hardware/invensense/libsensors_iio/
Dsensors_mpl.cpp152 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
241 dev->device.poll = poll__poll; in open_sensors()
/hardware/libhardware/include/hardware/
Dsensors.h467 int (*poll)(struct sensors_poll_device_t *dev, member
/hardware/libhardware_legacy/uevent/
Duevent.c82 nr = poll(&fds, 1, -1); in uevent_next_event()
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp123 int n = device->poll(device, buffer, numEvents); in main()
/hardware/qcom/audio/alsa_sound/
DAudioUsbALSA.cpp483 poll(pfdUsbRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry()
519 poll(pfdProxyRecording, nfds, TIMEOUT_INFINITE); in RecordingThreadEntry()
684 int err_poll = poll(pfdProxyPlayback, mnfdsPlayback, mtimeOut); in pollForProxyData()
727 int err_poll = poll(pfdUsbPlayback, mnfdsPlayback, mtimeOut); in pollForUsbData()
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c295 poll(pfd, 4, -1); in get_dmp_event()
543 poll(&pfd, 1, -1); in main()
/hardware/qcom/audio/libalsa-intf/
Daplay.c313 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
425 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
Darec.c304 poll(pfd, nfds, TIMEOUT_INFINITE); in record_file()
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_thread.c177 rc = poll(poll_cb->poll_fds, poll_cb->num_fds, poll_cb->timeoutms); in mm_camera_poll_fn()
/hardware/ti/wpan/ti_st/uim-sysfs/
Duim.c793 err = poll(&p, 1, -1); in main()
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
Duim.c901 err = poll(&p, 1, -1); in main()
/hardware/qcom/camera/mm-camera-interface/
Dmm_camera_poll_thread.c268 rc = poll(fds, poll_cb->data.num_fds, timeoutms); in mm_camera_poll_fn()
/hardware/libhardware_legacy/wifi/
Dwifi.c732 res = TEMP_FAILURE_RETRY(poll(rfds, 2, -1)); in wifi_ctrl_recv()
/hardware/ti/wpan/tools/kfmapp/
Dkfmapp.c1177 ret = poll(&pfd, 1, 10); in rds_thread()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c1524 poll_state = poll((struct pollfd*)&poll_events, 1, VIDEO_ENCODER_POLL_TIMEOUT); in MFC_Encoder_Wait_Inbuf()
1567 poll_state = poll((struct pollfd*)&poll_events, 1, VIDEO_ENCODER_POLL_TIMEOUT); in MFC_Encoder_Wait_Outbuf()
/hardware/invensense/libsensors/
DMPLSensor.cpp315 poll(mPollFds, ARRAY_SIZE(mPollFds), 0); //check which ones need to be cleared in clearIrqData()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c1172 poll_state = poll((struct pollfd*)&poll_events, 1, VIDEO_DECODER_POLL_TIMEOUT); in MFC_Decoder_Wait_Inbuf()
/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp281 ret = poll(&pfd, 1, 10); in entryFunctionForRdsThread()
/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device_copper.cpp178 rc = poll(&pfd, 1, TIMEOUT); in async_venc_message_thread()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp1771 int err = poll(fds, 2, -1); in hwc_vsync_thread()
/hardware/ti/omap4xxx/hwc/
Dhwc.c1863 err = poll(fds, hwc_dev->idle ? 2 : 1, timeout); in omap4_hwc_hdmi_thread()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec_copper.cpp145 rc = poll(&pfd, 1, TIMEOUT); in async_message_thread()