Searched refs:StripePtrVec (Results 1 – 6 of 6) sorted by relevance
39 StripePtrVec StripesNewerThan(ScreenOrientation orientation,60 StripePtrVec& Stripes(ScreenOrientation orientation) REQUIRES(stripes_lock_);61 const StripePtrVec& Stripes(ScreenOrientation orientation) const66 std::array<StripePtrVec, kNumOrientations> stripes_ GUARDED_BY(stripes_lock_);
87 Message MakeRawFrameBufferUpdate(const StripePtrVec& stripes) const95 static Message MakeJpegFrameBufferUpdate(const StripePtrVec& stripes);97 Message MakeFrameBufferUpdate(const StripePtrVec& frame) REQUIRES(m_);104 static StripeSeqNumber MostRecentStripeSeqNumber(const StripePtrVec& stripes);
95 cuttlefish::vnc::StripePtrVec FrameBufferWatcher::StripesNewerThan( in StripesNewerThan()100 StripePtrVec new_stripes; in StripesNewerThan()103 [seq_number_it](const StripePtrVec::value_type& s) mutable { in StripesNewerThan()109 cuttlefish::vnc::StripePtrVec& FrameBufferWatcher::Stripes( in Stripes()114 const cuttlefish::vnc::StripePtrVec& FrameBufferWatcher::Stripes( in Stripes()
33 using StripePtrVec = std::vector<std::shared_ptr<const Stripe>>; variable73 StripePtrVec WaitForSenderWork(const VncClientConnection* conn);
44 using cuttlefish::vnc::StripePtrVec;344 const StripePtrVec& stripes) const { in MakeRawFrameBufferUpdate()369 const StripePtrVec& stripes) { in MakeJpegFrameBufferUpdate()379 const StripePtrVec& stripes) { in MakeFrameBufferUpdate()
78 cuttlefish::vnc::StripePtrVec BlackBoard::WaitForSenderWork( in WaitForSenderWork()