Home
last modified time | relevance | path

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

/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.cpp51 std::unique_ptr<TaggedControlDelegate<uint8_t>> delegate = in PrepareControl() local
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h414 explicit StreamCommonDelegator(const std::shared_ptr<StreamCommonInterface>& delegate) in StreamCommonDelegator()
419 auto delegate = mDelegate.lock(); in close() local
424 auto delegate = mDelegate.lock(); in prepareToClose() local
429 auto delegate = mDelegate.lock(); in updateHwAvSyncId() local
435 auto delegate = mDelegate.lock(); in getVendorParameters() local
441 auto delegate = mDelegate.lock(); in setVendorParameters() local
448 auto delegate = mDelegate.lock(); in addEffect() local
455 auto delegate = mDelegate.lock(); in removeEffect() local
/hardware/interfaces/audio/aidl/default/deprecated/
DStreamSwitcher.cpp158 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()
/hardware/interfaces/audio/aidl/default/
DStream.cpp775 const std::shared_ptr<StreamCommonInterface>& delegate) { in initInstance()