Searched defs:POLLIN (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp62 pollfd pfd{queue->queue_fd(), POLLIN, 0}; local
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp647 pollfd pfd{client->event_fd(), POLLIN, 0}; local
655 ASSERT_TRUE((POLLIN & pfd.revents) != 0);
668 pollfd pfd{client->event_fd(), POLLIN, 0}; local

Completed in 896 milliseconds