Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc26 int64_t GetNextCallbackTime(Module* module, int64_t time_now) { in GetNextCallbackTime() function
204 m.next_callback = GetNextCallbackTime(m.module, now); in Process()
213 m.next_callback = GetNextCallbackTime(m.module, new_now); in Process()