Lines Matching refs:LocalHandle
197 pdx::LocalHandle release_fence;
207 std::tuple<int, int, int, sp<GraphicBuffer>, pdx::LocalHandle, std::size_t>
221 return std::make_tuple(0, 0, -1, nullptr, pdx::LocalHandle{}, 0); in Acquire()
225 void Finish(pdx::LocalHandle fence) { release_fence = std::move(fence); } in Finish()
253 std::tuple<int, int, int, sp<GraphicBuffer>, pdx::LocalHandle, std::size_t>
257 buffer->buffer(), pdx::LocalHandle{}, 0); in Acquire()
259 return std::make_tuple(0, 0, -1, nullptr, pdx::LocalHandle{}, 0); in Acquire()
262 void Finish(pdx::LocalHandle /*fence*/) {} in Finish()
274 pdx::LocalHandle acquire_fence_;
401 pdx::LocalHandle driver_vsync_event_fd;
444 int PostThreadPollInterruptible(const pdx::LocalHandle& event_fd,
522 pdx::LocalHandle post_thread_event_fd_;
532 pdx::LocalHandle vsync_sleep_timer_fd_;
548 std::vector<pdx::LocalHandle> retire_fence_fds_;