Home
last modified time | relevance | path

Searched refs:HandleStopScreenRecording (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_record.cpp36 Result<void> ServerLoopImpl::HandleStopScreenRecording() { in HandleStopScreenRecording() function in cuttlefish::run_cvd_impl::ServerLoopImpl
Dserver_loop_impl.h78 Result<void> HandleStopScreenRecording();
Dserver_loop_impl.cpp183 CF_EXPECT(HandleStopScreenRecording()); in HandleExtended()