Home
last modified time | relevance | path

Searched refs:writingTimer_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp449 writingTimer_ = std::make_unique<TimeoutTimer>("dispatcher-writing-timer"); in BufferDispatcher()
481 if (writingTimer_) { in StopDispatch()
482 writingTimer_.reset(); in StopDispatch()
820 RETURN_IF_NULL(writingTimer_); in SetBufferDispatcherListener()
821 writingTimer_->StartTimer( in SetBufferDispatcherListener()
H A Dbuffer_dispatcher.h345 std::unique_ptr<TimeoutTimer> writingTimer_ = nullptr; member in OHOS::Sharing::BufferDispatcher

Completed in 4 milliseconds