Home
last modified time | relevance | path

Searched defs:WorkFence (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp156 struct WorkFence { struct in android::C2NodeImpl::QueueThread
157 WorkFence(std::unique_ptr<C2Work> &&w, int fd) : work(std::move(w)), fenceFd(fd) {} in WorkFence() function
159 WorkFence( in WorkFence() function
169 std::unique_ptr<C2Work> work;
170 int fenceFd;
171 android::base::unique_fd fd0;
172 android::base::unique_fd fd1;