Searched refs:HostStreamMgrImpl (Results 1 – 1 of 1) sorted by relevance
18 class HostStreamMgrImpl : public HostStreamMgr { class27 HostStreamMgrImpl() = default;28 ~HostStreamMgrImpl() override = default;33 RetCode HostStreamMgrImpl::CreateHostStream(const HostStreamInfo& info, BufferCb c) in CreateHostStream()51 RetCode HostStreamMgrImpl::DestroyHostStream(const std::vector<int>& streamIds) in DestroyHostStream()70 void HostStreamMgrImpl::GetStreamTypes(std::vector<int32_t>& s) const in GetStreamTypes()79 void HostStreamMgrImpl::GetStreamIds(std::vector<int32_t>& s) const in GetStreamIds()85 HostStreamInfo HostStreamMgrImpl::GetStreamInfo(const int32_t& id) const in GetStreamInfo()95 BufferCb HostStreamMgrImpl::GetBufferCb(const int& streamId) const in GetBufferCb()106 int32_t HostStreamMgrImpl::DesignateStreamIdForType(const int32_t streamType) in DesignateStreamIdForType()[all …]