Searched refs:StreamCommonDelegator (Results 1 – 4 of 4) sorted by relevance
179 ChildInterface<StreamCommonDelegator> mCommon;
345 class StreamCommonDelegator : public BnStreamCommon {347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator() function458 ChildInterface<StreamCommonDelegator> mCommon;
159 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
658 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()