Searched refs:FindThread (Results 1 – 3 of 3) sorted by relevance
60 …std::shared_ptr<PipeLineThread> FindThread(const std::string &groupId, TaskType taskType, TaskPrio…
57 pipelineThread_ = PipeLineThreadPool::GetInstance().FindThread(newName, type, priority); in TaskInner()59 pipelineThread_ = PipeLineThreadPool::GetInstance().FindThread(groupId, type, priority); in TaskInner()
80 std::shared_ptr<PipeLineThread> PipeLineThreadPool::FindThread(const std::string &groupId, in FindThread() function in OHOS::Media::PipeLineThreadPool