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/base/media/libmedia/
IEffectClient.cpp
59
void
commandExecuted
(uint32_t cmdCode,
65
LOGV("
commandExecuted
");
128
commandExecuted
(cmdCode, cmdSize, cmd, replySize, resp);
AudioEffect.cpp
382
void AudioEffect::
commandExecuted
(uint32_t cmdCode,
/frameworks/base/include/media/
AudioEffect.h
420
virtual void
commandExecuted
(uint32_t cmdCode,
425
mEffect->
commandExecuted
(cmdCode, cmdSize, pCmdData, replySize, pReplyData);
441
void
commandExecuted
(uint32_t cmdCode,
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 43 milliseconds