Home
last modified time | relevance | path

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

123

/hardware/qcom/display/msm8996/sdm/libs/utils/
Dsys.cpp49 Sys::poll Sys::poll_ = ::poll;
75 Sys::poll Sys::poll_ = virtual_poll;
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h41 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
53 static poll poll_;
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp90 EXPECT_EQ(OK, mInputHub->poll()); in TEST_F()
117 EXPECT_EQ(OK, mInputHub->poll()); in TEST_F()
151 EXPECT_EQ(OK, mInputHub->poll()); in TEST_F()
194 EXPECT_EQ(OK, mInputHub->poll()); in TEST_F()
248 EXPECT_EQ(OK, mInputHub->poll()); in TEST_F()
/hardware/libhardware/modules/input/evdev/
DInputHub.h138 virtual status_t poll() = 0;
164 virtual status_t poll() override;
DEvdevModule.cpp84 mInputHub->poll(); in loop()
/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.cpp156 eventsPolled = device->poll(device, buffer, bufferSize); in writerTask()
195 int poll(sensors_event_t* data, int count);
332 int sensors_poll_context_t::poll(sensors_event_t *data, int maxReads) { in poll() function in sensors_poll_context_t
438 return ctx->poll(data, count); in device__poll()
641 dev->proxy_device.poll = device__poll; in open_sensors()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp251 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
343 nb = poll(mPollFds, numSensorDrivers, 0); in pollEvents()
468 dev->device.poll = poll__poll; in open_sensors()
/hardware/libhardware/include/hardware/
Dsensors.h1294 int (*poll)(struct sensors_poll_device_t *dev, member
1333 int (*poll)(struct sensors_poll_device_t *dev, member
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.cpp100 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/qcom/display/msm8994/libqdutils/
Didle_invalidator.cpp121 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/qcom/display/msm8909/libqdutils/
Didle_invalidator.cpp121 int err = poll(&pFd, 1, -1); in threadLoop()
/hardware/libhardware_legacy/uevent/
Duevent.c83 nr = poll(&fds, 1, -1); in uevent_next_event()
/hardware/akm/AK8975_FS/libsensors/
Dsensors.cpp305 n = poll(mPollFds, numFds, nbEvents ? 0 : -1); in pollEvents()
370 dev->device.poll = poll__poll; in open_sensors()
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp124 int n = device->poll(device, buffer, numEvents); in main()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DUeventObserver.cpp168 nr = poll(fds, 2, -1); in threadLoop()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DUeventObserver.cpp168 nr = poll(fds, 2, -1); in threadLoop()
/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp214 nb = poll(mPollFds, numSensorDrivers, polltime); in pollEvents()
397 dev->device.poll = poll__poll; in open_sensors()
/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/software/simple_apps/devnode_parser/
Dread_device_node.c96 poll(&pfd, 1, -1); in read_data()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_vsync.cpp168 int err = poll(*pfd, (int)(num_displays * num_events), -1); in vsync_loop()
/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.cpp152 int err = poll(*pfd, (int)(num_displays * num_events), -1); in vsync_loop()

123