Searched refs:streamCommon (Results 1 – 1 of 1) sorted by relevance
186 sptr<T> CastStream(sptr<HStreamCommon> streamCommon) in CastStream() argument188 if (streamCommon == nullptr) { in CastStream()191 return static_cast<T*>(streamCommon.GetRefPtr()); in CastStream()