Home
last modified time | relevance | path

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

12

/hardware/ti/omap4-aah/libtiutils/
DMessageQueue.cpp260 if( -1 == poll(&pfd,1,0) ) in isEmpty()
379 int ret = poll(pfd, n, timeout); in waitForMsg()
/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.cpp259 if( -1 == poll(&pfd,1,0) ) in isEmpty()
376 int ret = poll(pfd, n, timeout); in waitForMsg()
/hardware/libhardware/modules/sensors/
Dmultihal.cpp153 eventsPolled = device->poll(device, buffer, bufferSize); in writerTask()
192 int poll(sensors_event_t* data, int count);
299 int sensors_poll_context_t::poll(sensors_event_t *data, int maxReads) { in poll() function in sensors_poll_context_t
403 return ctx->poll(data, count); in device__poll()
626 dev->proxy_device.poll = device__poll; in open_sensors()
/hardware/invensense/60xx/libsensors_iio/
Dsensors_mpl.cpp163 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
254 dev->device.poll = poll__poll; in open_sensors()
/hardware/libhardware/include/hardware/
Dsensors.h918 int (*poll)(struct sensors_poll_device_t *dev, member
957 int (*poll)(struct sensors_poll_device_t *dev, member
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/akm/AK8975_FS/libsensors/
Dsensors.cpp302 n = poll(mPollFds, numFds, nbEvents ? 0 : -1); in pollEvents()
367 dev->device.poll = poll__poll; in open_sensors()
/hardware/libhardware_legacy/uevent/
Duevent.c82 nr = poll(&fds, 1, -1); in uevent_next_event()
/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp213 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
403 dev->device.poll = poll__poll; in open_sensors()
/hardware/intel/img/hwcomposer/common/observers/
DUeventObserver.cpp168 nr = poll(fds, 2, -1); in threadLoop()
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp123 int n = device->poll(device, buffer, numEvents); in main()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp115 int err = poll(pfd, num_displays, -1); in vsync_loop()
/hardware/qcom/audio/legacy/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/6515/libsensors_iio/
Dsensors_mpl.cpp221 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
434 dev->device.poll = poll__poll; in open_sensors()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c96 poll(&pfd, 1, -1); in read_data()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp164 int err = poll(*pfd, num_displays * num_events, -1); in vsync_loop()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp158 int err = poll(*pfd, num_displays * num_events, -1); in vsync_loop()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c313 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
425 poll(pfd, nfds, TIMEOUT_INFINITE); in play_file()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c523 poll(pollfds, pollfds_used, POLL_TIME); in poll_dmp_event_fds()
902 poll(&pfd, 1, -1); in main()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c313 poll(pfd, ARRAY_SIZE(event_file), -1); in get_dmp_event()
765 poll(&pfd, 1, -1); in read_data()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp115 CHECK_MEMBER_AT(sensors_poll_device_1_t, poll, 72, 136); in CheckOffsets()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c703 poll(pfd, NUM_DMP_FEATS, POLL_TIME); in main()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp313 int result = poll(&pfd, 1, -1); in wifi_event_loop()
/hardware/libhardware_legacy/wifi/
Dwifi.c629 res = TEMP_FAILURE_RETRY(poll(rfds, 2, 30000)); in wifi_ctrl_recv()

12