Searched refs:epollhup_pending_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp36 epollhup_pending_(BufferHubQueue::kMaxQueueCapacity, false),
49 epollhup_pending_(BufferHubQueue::kMaxQueueCapacity, false),
216 slot, buffer->event_fd(), int{epollhup_pending_[slot]});
217 if (epollhup_pending_[slot]) {
218 epollhup_pending_[slot] = false;
270 epollhup_pending_[slot] = true;
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h228 // |epollhup_pending_| tracks whether a slot of |buffers_| get detached before
242 // |epollhup_pending_[slot]| is marked to indicate that buffer at this slot
245 // |epollhup_pending_[slot]| is marked as true, it can safely ignore the
250 std::vector<bool> epollhup_pending_; member in class:android::dvr::BufferHubQueue

Completed in 143 milliseconds