OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTargetLevel
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/audio/effect/2.0/
IAutomaticGainControlEffect.hal
26
setTargetLevel
(int16_t targetLevelMb) generates (Result retval);
/hardware/interfaces/audio/effect/4.0/
IAutomaticGainControlEffect.hal
26
setTargetLevel
(int16_t targetLevelMb) generates (Result retval);
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
AutomaticGainControlEffect.h
91
Return<Result>
setTargetLevel
(int16_t targetLevelMb) override;
AutomaticGainControlEffect.impl.h
181
Return<Result> AutomaticGainControlEffect::
setTargetLevel
(int16_t targetLevelMb) {
Completed in 113 milliseconds