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.cpp206 auto network_thread_result = CreateAndStartThread("network-thread"); in Create() local
207 if (!network_thread_result.ok()) { in Create()
208 LOG(ERROR) << network_thread_result.error().FormatForEnv(); in Create()
211 impl->network_thread_ = std::move(*network_thread_result); in Create()