Searched refs:mLastSent (Results 1 – 4 of 4) sorted by relevance
123 mLastSent = 0; in reset()249 mLastSent = timestamp; in set_last_sent()254 return mLastSent; in get_last_sent()
105 int64_t mLastSent; variable
211 std::chrono::steady_clock::time_point mLastSent; member
973 mLastSent(std::chrono::steady_clock::now()), in DefaultBufferPoolSender()1006 std::chrono::steady_clock::duration interval = now - mLastSent; in send()1048 mLastSent = now; in send()