Searched refs:DestroyHostStream (Results 1 – 3 of 3) sorted by relevance
21 RetCode DestroyHostStream(const std::vector<int>& streamIds) override;51 RetCode HostStreamMgrImpl::DestroyHostStream(const std::vector<int>& streamIds) in DestroyHostStream() function in OHOS::Camera::HostStreamMgrImpl
26 virtual RetCode DestroyHostStream(const std::vector<int>& types) = 0;
49 hostStreamMgr_->DestroyHostStream({streamId_}); in ~StreamBase()