Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h331 const std::shared_ptr<StreamCommonInterface>& delegate) = 0;
347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator() argument
348 : mDelegate(delegate) {} in StreamCommonDelegator()
352 auto delegate = mDelegate.lock(); in close() local
353 return delegate != nullptr ? delegate->close() in close()
357 auto delegate = mDelegate.lock(); in prepareToClose() local
358 return delegate != nullptr ? delegate->prepareToClose() in prepareToClose()
362 auto delegate = mDelegate.lock(); in updateHwAvSyncId() local
363 return delegate != nullptr ? delegate->updateHwAvSyncId(in_hwAvSyncId) in updateHwAvSyncId()
368 auto delegate = mDelegate.lock(); in getVendorParameters() local
[all …]
DStreamSwitcher.h125 const std::shared_ptr<StreamCommonInterface>& delegate) override;
/hardware/libhardware/modules/camera/3_4/metadata/
Dtagged_control_delegate.h31 std::unique_ptr<ControlDelegateInterface<T>> delegate) in TaggedControlDelegate() argument
32 : tag_(tag), delegate_(std::move(delegate)){}; in TaggedControlDelegate()
Dstate.h31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State() argument
32 : tag_(tag), delegate_(std::move(delegate)){}; in State()
Dcontrol.h36 Control(std::unique_ptr<TaggedControlDelegate<T>> delegate,
64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control() argument
66 : delegate_(std::move(delegate)), options_(std::move(options)) {} in Control()
Dcontrol_test.cpp50 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local
59 new Control<uint8_t>(std::move(delegate), std::move(options))); in PrepareControl()
61 control_.reset(new Control<uint8_t>(std::move(delegate))); in PrepareControl()
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance() argument
159 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
DStream.cpp657 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance() argument
658 mCommon = ndk::SharedRefBase::make<StreamCommonDelegator>(delegate); in initInstance()
/hardware/interfaces/dumpstate/1.1/
DIDumpstateDevice.hal29 * The 1.0 version of #dumpstateBoard(handle) should just delegate to this new method and pass
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal88 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/5.0/
DIEffect.hal84 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/6.0/
DIEffect.hal84 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/4.0/
DIEffect.hal84 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/interfaces/audio/effect/7.0/
DIEffect.hal82 * Set and get volume. Used by audio framework to delegate volume control to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js13211 …var delegate = base.limits && (options.style.size === src_Style.DISPLAY.size || base.alwaysHandleS…
13212 return delegate ? op_htmlBuilder : null;
Dkatex.mjs12968 …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;