Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Drecording_manager.cpp67 auto existing_recorder = local_recorders_.find(label); in RemoveSource() local
68 if (existing_recorder != local_recorders_.end()) { in RemoveSource()
69 existing_recorder->second->Stop(); in RemoveSource()
70 local_recorders_.erase(existing_recorder); in RemoveSource()