Home
last modified time | relevance | path

Searched refs:commandImpl (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp242 RETURN_IF_ASTATUS_NOT_OK(commandImpl(command), "commandImplFailed"); in command()
255 RETURN_IF_ASTATUS_NOT_OK(commandImpl(command), "commandImplFailed"); in command()
267 ndk::ScopedAStatus EffectImpl::commandImpl(CommandId command) { in commandImpl() function in aidl::android::hardware::audio::effect::EffectImpl
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectImpl.h112 virtual ndk::ScopedAStatus commandImpl(CommandId id) REQUIRES(mImplMutex);