Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc33 shutdown_callback_(std::move(shutdown_callback)), in LoopingFileCastAgent()
300 std::move(senders), [this]() { shutdown_callback_(); }); in OnNegotiated()
340 [this]() { shutdown_callback_(); }); in StartRemotingSenders()
384 if (shutdown_callback_) { in Shutdown()
385 const ShutdownCallback callback = std::move(shutdown_callback_); in Shutdown()
Dlooping_file_sender.cc27 shutdown_callback_(std::move(shutdown_callback)), in LoopingFileSender()
182 shutdown_callback_(); in OnEndOfFile()
Dlooping_file_sender.h78 ShutdownCallback shutdown_callback_; variable
Dlooping_file_cast_agent.h155 ShutdownCallback shutdown_callback_; variable
/external/libchrome/mojo/core/
Dnode_controller.cc307 shutdown_callback_ = callback; in RequestShutdown()
1228 if (shutdown_callback_.is_null()) in AttemptShutdownIfRequested()
1236 callback = shutdown_callback_; in AttemptShutdownIfRequested()
1237 shutdown_callback_.Reset(); in AttemptShutdownIfRequested()
Dnode_controller.h312 base::Closure shutdown_callback_; variable