Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.h53 bool UpdateStripeIfStripeIsNew(const std::shared_ptr<const Stripe>& stripe)
Dframe_buffer_watcher.cpp128 bool FrameBufferWatcher::UpdateStripeIfStripeIsNew( in UpdateStripeIfStripeIsNew() function in FrameBufferWatcher
181 any_new_stripes = UpdateStripeIfStripeIsNew(stripe) || any_new_stripes; in Worker()