Home
last modified time | relevance | path

Searched refs:OnFrameAfter (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/libs/screen_connector/
Dwayland_screen_connector.cpp38 bool WaylandScreenConnector::OnFrameAfter( in OnFrameAfter() function in cvd::WaylandScreenConnector
41 server_->OnFrameAfter(frame_number, frame_callback); in OnFrameAfter()
Dwayland_screen_connector.h31 bool OnFrameAfter(std::uint32_t frame_number,
Dscreen_connector.h38 virtual bool OnFrameAfter(std::uint32_t frame_number,
Dsocket_based_screen_connector.h34 bool OnFrameAfter(std::uint32_t frame_number,
Dsocket_based_screen_connector.cpp30 bool SocketBasedScreenConnector::OnFrameAfter( in OnFrameAfter() function in cvd::SocketBasedScreenConnector
/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp97 std::future<void> WaylandServer::OnFrameAfter( in OnFrameAfter() function in wayland::WaylandServer
109 server_state_->surface_.OnFrameAfter(frame_number, std::move(packaged)); in OnFrameAfter()
Dwayland_server.h54 std::future<void> OnFrameAfter(std::uint32_t frame_number,
Dwayland_surface.h62 void OnFrameAfter(uint32_t frame_number,
Dwayland_surface.cpp70 void Surface::OnFrameAfter(uint32_t frame_number, in OnFrameAfter() function in wayland::Surface
/device/google/cuttlefish/host/frontend/vnc_server/
Dsimulated_hw_composer.cpp124 screen_connector_->OnFrameAfter(previous_frame_number, frame_callback); in MakeStripes()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DServerState.cpp92 mScreenConnector->OnFrameAfter(last_frame, [this, &last_frame]( in MonitorScreenConnector()