Home
last modified time | relevance | path

Searched refs:POLL_TIMEOUT (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.h32 static constexpr int POLL_TIMEOUT = 50; member
H A Dpan_network.cpp374 } while ((ret = poll(pfds, 1, POLL_TIMEOUT)) == -1 && errno == EINTR); in PollEventThread_()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.h33 static constexpr int POLL_TIMEOUT = 50; member
H A Dhid_host_uhid.cpp328 } while ((ret = poll(pfds, 1, POLL_TIMEOUT)) == -1 && errno == EINTR); in PollEventThread_()

Completed in 2 milliseconds