Home
last modified time | relevance | path

Searched refs:LocalRecorder (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp45 class LocalRecorder::Display
49 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::LocalRecorder
118 LocalRecorder::~LocalRecorder() = default;
120 void LocalRecorder::AddDisplay( in AddDisplay()
191 void LocalRecorder::Stop() { in Stop()
[all …]
Dlocal_recorder.h31 class LocalRecorder {
33 ~LocalRecorder();
35 static std::unique_ptr<LocalRecorder> Create(const std::string& filename);
45 LocalRecorder(std::unique_ptr<Impl>);
Drecording_manager.cpp122 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder> local_recorder = in StartSingleRecorder()
123 LocalRecorder::Create(recording_path); in StartSingleRecorder()
Drecording_manager.h63 std::unique_ptr<cuttlefish::webrtc_streaming::LocalRecorder>> local_recorders_;