Searched refs:delegate (Results 1 – 16 of 16) sorted by relevance
331 const std::shared_ptr<StreamCommonInterface>& delegate) = 0;347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator() argument348 : mDelegate(delegate) {} in StreamCommonDelegator()352 auto delegate = mDelegate.lock(); in close() local353 return delegate != nullptr ? delegate->close() in close()357 auto delegate = mDelegate.lock(); in prepareToClose() local358 return delegate != nullptr ? delegate->prepareToClose() in prepareToClose()362 auto delegate = mDelegate.lock(); in updateHwAvSyncId() local363 return delegate != nullptr ? delegate->updateHwAvSyncId(in_hwAvSyncId) in updateHwAvSyncId()368 auto delegate = mDelegate.lock(); in getVendorParameters() local[all …]
125 const std::shared_ptr<StreamCommonInterface>& delegate) override;
31 std::unique_ptr<ControlDelegateInterface<T>> delegate) in TaggedControlDelegate() argument32 : tag_(tag), delegate_(std::move(delegate)){}; in TaggedControlDelegate()
31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State() argument32 : tag_(tag), delegate_(std::move(delegate)){}; in State()
36 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control() argument66 : delegate_(std::move(delegate)), options_(std::move(options)) {} in Control()
50 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local59 new Control<uint8_t>(std::move(delegate), std::move(options))); in PrepareControl()61 control_.reset(new Control<uint8_t>(std::move(delegate))); in PrepareControl()
158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance() argument159 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
657 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance() argument658 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
29 * The 1.0 version of #dumpstateBoard(handle) should just delegate to this new method and pass
88 * Set and get volume. Used by audio framework to delegate volume control to
84 * Set and get volume. Used by audio framework to delegate volume control to
82 * Set and get volume. Used by audio framework to delegate volume control to
13211 …var delegate = base.limits && (options.style.size === src_Style.DISPLAY.size || base.alwaysHandleS…13212 return delegate ? op_htmlBuilder : null;
12968 …const delegate = base.limits && (options.style.size === Style$1.DISPLAY.size || base.alwaysHandleS…12969 return delegate ? htmlBuilder$8 : null;12971 …const delegate = base.alwaysHandleSupSub && (options.style.size === Style$1.DISPLAY.size || base.l…12972 return delegate ? htmlBuilder$9 : null;