Home
last modified time | relevance | path

Searched refs:StreamCommonDelegator (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h179 ChildInterface<StreamCommonDelegator> mCommon;
DStream.h345 class StreamCommonDelegator : public BnStreamCommon {
347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator() function
458 ChildInterface<StreamCommonDelegator> mCommon;
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp159 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
DStream.cpp658 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()