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

  /external/libchrome/base/threading/
post_task_and_reply_impl.cc 37 reply_(std::move(reply)),
55 // Ensure |task_| has already been released before |reply_| to ensure that
57 // while |reply_| is executing.
60 std::move(reply_).Run();
69 OnceClosure reply_; member in class:base::__anon24374::PostTaskAndReplyRelay
  /external/webrtc/webrtc/base/
winping.cc 150 create6_(0), send6_(0), data_(0), dlen_(0), reply_(0),
188 reply_ = new char[rlen_];
208 delete[] reply_;
239 delete [] reply_;
241 reply_ = new char[rlen_];
246 uint16_t(data_size), &ipopt, reply_, reply_size, timeout);
254 int16_t(data_size), &ipopt, reply_, reply_size, timeout);
winping.h 96 char* reply_; member in class:rtc::WinPing
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ShortcutThrottlingResetActivity.java 77 mReplyAction = "reply_" + new SecureRandom().nextLong();

Completed in 247 milliseconds