OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commandExecuted
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/
IEffectClient.cpp
59
void
commandExecuted
(uint32_t cmdCode,
65
ALOGV("
commandExecuted
");
128
commandExecuted
(cmdCode, cmdSize, cmd, replySize, resp);
AudioEffect.cpp
382
void AudioEffect::
commandExecuted
(uint32_t cmdCode,
/frameworks/av/include/media/
AudioEffect.h
408
virtual void
commandExecuted
(uint32_t cmdCode,
430
virtual void
commandExecuted
(uint32_t cmdCode,
435
mEffect->
commandExecuted
(cmdCode, cmdSize, pCmdData, replySize, pReplyData);
/frameworks/av/services/audioflinger/
Effects.cpp
540
h->
commandExecuted
(cmdCode, cmdSize, pCmdData, size, pReplyData);
[
all
...]
Completed in 30 milliseconds