Home
last modified time | relevance | path

Searched refs:StripePtrVec (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.h39 StripePtrVec StripesNewerThan(ScreenOrientation orientation,
60 StripePtrVec& Stripes(ScreenOrientation orientation) REQUIRES(stripes_lock_);
61 const StripePtrVec& Stripes(ScreenOrientation orientation) const
66 std::array<StripePtrVec, kNumOrientations> stripes_ GUARDED_BY(stripes_lock_);
Dvnc_client_connection.h87 Message MakeRawFrameBufferUpdate(const StripePtrVec& stripes) const
95 static Message MakeJpegFrameBufferUpdate(const StripePtrVec& stripes);
97 Message MakeFrameBufferUpdate(const StripePtrVec& frame) REQUIRES(m_);
104 static StripeSeqNumber MostRecentStripeSeqNumber(const StripePtrVec& stripes);
Dframe_buffer_watcher.cpp95 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()
Dblackboard.h33 using StripePtrVec = std::vector<std::shared_ptr<const Stripe>>; variable
73 StripePtrVec WaitForSenderWork(const VncClientConnection* conn);
Dvnc_client_connection.cpp44 using cuttlefish::vnc::StripePtrVec;
344 const StripePtrVec& stripes) const { in MakeRawFrameBufferUpdate()
369 const StripePtrVec& stripes) { in MakeJpegFrameBufferUpdate()
379 const StripePtrVec& stripes) { in MakeFrameBufferUpdate()
Dblackboard.cpp78 cuttlefish::vnc::StripePtrVec BlackBoard::WaitForSenderWork( in WaitForSenderWork()