HomeSort by relevance Sort by last modified time
    Searched full:finish_callback (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 112 // responses and then call |finish_callback|. |requests_per_ip| indicates how
123 const AsyncCallback finish_callback);
137 // Method to retrieve the Stats once |finish_callback| is invoked. Returning
main.cc 130 auto finish_callback = [thread](StunProber* prober, int result) { local
135 AsyncCallback(finish_callback));

Completed in 1106 milliseconds