Home
last modified time | relevance | path

Searched refs:new_stripes (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dblackboard.cpp89 auto new_stripes = frame_buffer_watcher_->StripesNewerThan( in WaitForSenderWork() local
91 for (auto& s : new_stripes) { in WaitForSenderWork()
94 return new_stripes; in WaitForSenderWork()
Dframe_buffer_watcher.cpp99 StripePtrVec new_stripes; in StripesNewerThan() local
101 std::copy_if(stripes.begin(), stripes.end(), std::back_inserter(new_stripes), in StripesNewerThan()
105 return new_stripes; in StripesNewerThan()