Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h347 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator()
352 auto delegate = mDelegate.lock(); in close() local
357 auto delegate = mDelegate.lock(); in prepareToClose() local
362 auto delegate = mDelegate.lock(); in updateHwAvSyncId() local
368 auto delegate = mDelegate.lock(); in getVendorParameters() local
374 auto delegate = mDelegate.lock(); in setVendorParameters() local
381 auto delegate = mDelegate.lock(); in addEffect() local
388 auto delegate = mDelegate.lock(); in removeEffect() local
/hardware/libhardware/modules/camera/3_4/metadata/
Dtagged_control_delegate.h31 std::unique_ptr<ControlDelegateInterface<T>> delegate) in TaggedControlDelegate()
Dstate.h31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State()
Dcontrol.h64 Control<T>::Control(std::unique_ptr<TaggedControlDelegate<T>> delegate, in Control()
Dcontrol_test.cpp50 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()
DStream.cpp657 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()