Searched refs:LocalRecorder (Results 1 – 4 of 4) sorted by relevance
45 class LocalRecorder::Display49 Display(LocalRecorder::Impl& impl);65 LocalRecorder::Impl& impl_;78 class LocalRecorder::Impl {88 std::unique_ptr<LocalRecorder> LocalRecorder::Create( in Create()111 return std::unique_ptr<LocalRecorder>(new LocalRecorder(std::move(impl))); in Create()114 LocalRecorder::LocalRecorder(std::unique_ptr<LocalRecorder::Impl> impl) in LocalRecorder() function in cuttlefish::webrtc_streaming::LocalRecorder118 LocalRecorder::~LocalRecorder() = default;120 void LocalRecorder::AddDisplay( in AddDisplay()191 void LocalRecorder::Stop() { in Stop()[all …]
31 class LocalRecorder {33 ~LocalRecorder();35 static std::unique_ptr<LocalRecorder> Create(const std::string& filename);45 LocalRecorder(std::unique_ptr<Impl>);
122 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder> local_recorder = in StartSingleRecorder()123 LocalRecorder::Create(recording_path); in StartSingleRecorder()
63 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder>> local_recorders_;