Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp213 auto worker_thread_result = CreateAndStartThread("worker-thread"); in Create() local
214 if (!worker_thread_result.ok()) { in Create()
215 LOG(ERROR) << worker_thread_result.error().FormatForEnv(); in Create()
218 impl->worker_thread_ = std::move(*worker_thread_result); in Create()