Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_task_mgr.cpp101 pendingTwoPhaseTasks_.push_back({ type, task, nullptr, taskName }); in LaunchTask()
118 for (auto &item : pendingTwoPhaseTasks_) { in SpeedTask()
126 pendingTwoPhaseTasks_.push_back({ in SpeedTask()
158 for (auto &item : pendingTwoPhaseTasks_) { in SeekTask()
166 pendingTwoPhaseTasks_.push_back({ in SeekTask()
171 pendingTwoPhaseTasks_.push_back({ in SeekTask()
220 if (!pendingTwoPhaseTasks_.empty()) { in MarkTaskDone()
221 auto item = pendingTwoPhaseTasks_.front(); in MarkTaskDone()
222 pendingTwoPhaseTasks_.pop_front(); in MarkTaskDone()
254 pendingTwoPhaseTasks_.clear(); in ClearAllTask()
[all …]
H A Dplayer_server_task_mgr.h85 std::list<TwoPhaseTaskItem> pendingTwoPhaseTasks_; variable