Searched refs:next_task_ (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/cast/standalone_sender/ |
D | simulated_capturer.cc | 39 next_task_(environment->now_function(), environment->task_runner()) { in SimulatedCapturer() 82 next_task_.Schedule([this] { StartDecodingNextFrame(); }, in SimulatedCapturer() 112 next_task_.Schedule( in OnError() 140 next_task_.Schedule([this] { ConsumeNextDecodedFrame(); }, in StartDecodingNextFrame() 152 next_task_.Schedule([this] { StartDecodingNextFrame(); }, in StartDecodingNextFrame() 168 next_task_.Schedule([this] { ConsumeNextDecodedFrame(); }, in StartDecodingNextFrame() 180 next_task_.Schedule([this] { StartDecodingNextFrame(); }, in ConsumeNextDecodedFrame() 202 next_task_.Schedule([this] { ConsumeNextDecodedFrame(); }, in ConsumeNextDecodedFrame() 221 next_task_.Schedule( in ConsumeNextDecodedFrame()
|
D | looping_file_sender.cc | 35 next_task_(env_->now_function(), env_->task_runner()), 49 next_task_.Schedule([this] { SendFileAgain(); }, Alarm::kImmediately); in __anon2db984b40102() 97 next_task_.ScheduleFromNow([this] { ControlForNetworkCongestion(); }, in ControlForNetworkCongestion() 115 next_task_.ScheduleFromNow([this] { ControlForNetworkCongestion(); }, in SendFileAgain() 179 next_task_.Schedule([this] { SendFileAgain(); }, Alarm::kImmediately); in OnEndOfFile()
|
D | looping_file_sender.h | 92 Alarm next_task_; variable
|
D | simulated_capturer.h | 107 Alarm next_task_; variable
|