Home
last modified time | relevance | path

Searched refs:functor (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectTypes.h114 #define RETURN_IF_BINDER_EXCEPTION(functor) \ argument
116 binder_exception_t exception = functor; \
118 LOG(ERROR) << #functor << ": failed with error " << exception; \
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioEffectFactoryTargetTest.cpp78 void ForEachId(const std::vector<Descriptor::Identity> ids, Functor functor) { in ForEachId() argument
81 functor(id); in ForEachId()
85 void ForEachEffect(std::vector<std::shared_ptr<IEffect>> effects, Functor functor) { in ForEachEffect() argument
87 functor(effect); in ForEachEffect()
DEffectHelper.h329 Functor functor) { in getTestValueSet() argument
331 return functor(result); in getTestValueSet()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp7597 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
7598 functor_(functor) in functionImplementation_()
7823 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
7824 functor_(functor) in functionImplementation_()
8045 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8046 functor_(functor) in functionImplementation_()
8263 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8264 functor_(functor) in functionImplementation_()
8477 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8478 functor_(functor) in functionImplementation_()
[all …]
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp472 auto functor = mPresentTimeoutEventHandler->getHandleFunction(); in setPresentTimeoutParameters() local
475 mVendorPresentTimeoutOverride.value().mFunctor = std::move(functor); in setPresentTimeoutParameters()