Home
last modified time | relevance | path

Searched defs:SendTask (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dtask_queue_for_test.h28 void SendTask(rtc::Location loc, TaskQueueBase* task_queue, Closure&& task) { function
54 void SendTask(Closure* task) { function
66 void SendTask(Closure&& task, rtc::Location loc) { function
/external/webrtc/test/scenario/
Dcall_client.cc324 void CallClient::SendTask(std::function<void()> task) { in SendTask() function in webrtc::test::CallClient