Searched refs:commandExecuted (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/include/media/ |
D | AudioEffect.h | 423 virtual void commandExecuted(uint32_t cmdCode, 452 virtual void commandExecuted(uint32_t cmdCode, in commandExecuted() function 459 effect->commandExecuted( in commandExecuted()
|
D | IEffectClient.h | 34 virtual void commandExecuted(uint32_t cmdCode,
|
/frameworks/av/media/libmedia/ |
D | IEffectClient.cpp | 59 void commandExecuted(uint32_t cmdCode, in commandExecuted() function in android::BpEffectClient 128 commandExecuted(cmdCode, cmdSize, cmd, replySize, resp); in onTransact()
|
D | AudioEffect.cpp | 394 void AudioEffect::commandExecuted(uint32_t cmdCode, in commandExecuted() function in android::AudioEffect
|
/frameworks/av/services/audioflinger/ |
D | Effects.h | 198 void commandExecuted(uint32_t cmdCode,
|
D | Effects.cpp | 578 h->commandExecuted(cmdCode, cmdSize, pCmdData, size, pReplyData); in command() 1300 void AudioFlinger::EffectHandle::commandExecuted(uint32_t cmdCode, in commandExecuted() function in android::AudioFlinger::EffectHandle 1307 mEffectClient->commandExecuted(cmdCode, cmdSize, pCmdData, replySize, pReplyData); in commandExecuted()
|