Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/
H A Dcall_config.cc19 : event_log(event_log), network_task_queue_(network_task_queue) { in CallConfig()
H A Dcall_config.h75 TaskQueueBase* const network_task_queue_ = nullptr; member
H A Dcall.cc692 network_thread_(config.network_task_queue_ ? config.network_task_queue_ in Call()