Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp192 auto network_thread_result = CreateAndStartThread("network-thread"); in Create() local
193 if (!network_thread_result.ok()) { in Create()
194 LOG(ERROR) << network_thread_result.error().Trace(); in Create()
197 impl->network_thread_ = std::move(*network_thread_result); in Create()