/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | sensors.cpp | 40 device.poll = PollWrapper; in SensorContext() 64 int SensorContext::poll(sensors_event_t *data, int count) { in poll() function in SensorContext 65 return mDynamicSensorManager->poll(data, count); in poll() 99 return reinterpret_cast<SensorContext *>(dev)->poll(data, count); in PollWrapper()
|
D | sensors.h | 50 int poll(sensors_event_t *data, int count);
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | sys.h | 55 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 69 static poll poll_;
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 75 static poll poll_;
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 75 static poll poll_;
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | sys.h | 56 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 71 static poll poll_;
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 75 static poll poll_;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef 75 static poll poll_;
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | sys.cpp | 50 Sys::poll Sys::poll_ = ::poll;
|
/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | sys.cpp | 51 Sys::poll Sys::poll_ = ::poll;
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | sys.cpp | 51 Sys::poll Sys::poll_ = ::poll;
|
/hardware/qcom/sm8150/display/sdm/libs/utils/ |
D | sys.cpp | 51 Sys::poll Sys::poll_ = ::poll;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | sys.cpp | 51 Sys::poll Sys::poll_ = ::poll;
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | sys.cpp | 51 Sys::poll Sys::poll_ = ::poll;
|
/hardware/libhardware/tests/input/evdev/ |
D | InputHub_test.cpp | 90 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/interfaces/sensors/1.0/vts/functional/ |
D | SensorsHidlEnvironmentV1_0.cpp | 54 if (!sensors->poll(0, [](auto, const auto&, const auto&) {}).isOk()) { in resetHal() 114 ->poll(64, in pollingThread()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | android_pipe_host.h | 88 unsigned (*poll)(void* service_pipe); member
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.h | 138 virtual status_t poll() = 0; 164 virtual status_t poll() override;
|
/hardware/interfaces/sensors/common/utils/ |
D | ISensorsWrapper.h | 103 virtual Return<void> poll(int32_t /* maxCount */, ISensors::poll_cb /* _hidl_cb */) { in poll() function 181 Return<void> poll(int32_t maxCount, in poll() function 183 return mSensors->poll(maxCount, _hidl_cb); in poll()
|
/hardware/google/pixel/power-libperfmgr/disp-power/ |
D | InteractionHandler.cpp | 231 ret = poll(pfd, 1, wait_ms); in WaitForIdle() 251 ret = poll(pfd, 2, timeout_ms); in WaitForIdle()
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.h | 45 Return<void> poll(int32_t maxCount, poll_cb _hidl_cb) override;
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 251 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_all/hardware/ |
D | sensors.h | 659 int (*poll)(struct sensors_poll_device_t *dev, member 710 int (*poll)(struct sensors_poll_device_t *dev, member
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 659 int (*poll)(struct sensors_poll_device_t *dev, member 710 int (*poll)(struct sensors_poll_device_t *dev, member
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/ |
D | InterceptorRelay.cpp | 55 if (poll(fds, countof(fds), kPollTimeout.count()) < 0) { in relayMessages()
|