Home
last modified time | relevance | path

Searched refs:commandId (Results 1 – 25 of 37) sorted by relevance

12

/hardware/interfaces/audio/aidl/android/hardware/audio/effect/
DIEffect.aidl141 void command(in CommandId commandId); in command() argument
/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp144 Return<void> AcousticEchoCancelerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
146 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DDownmixEffect.cpp142 Return<void> DownmixEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
144 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DLoudnessEnhancerEffect.cpp144 Return<void> LoudnessEnhancerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
146 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DBassBoostEffect.cpp142 Return<void> BassBoostEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
144 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DPresetReverbEffect.cpp142 Return<void> PresetReverbEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
144 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DNoiseSuppressionEffect.cpp153 Return<void> NoiseSuppressionEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
155 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DAutomaticGainControlEffect.cpp157 Return<void> AutomaticGainControlEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
159 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DVisualizerEffect.cpp144 Return<void> VisualizerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
146 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DVirtualizerEffect.cpp148 Return<void> VirtualizerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
150 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DEqualizerEffect.cpp165 Return<void> EqualizerEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
167 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DEnvironmentalReverbEffect.cpp172 Return<void> EnvironmentalReverbEffect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
174 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DBassBoostEffect.h85 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
DLoudnessEnhancerEffect.h83 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
DDownmixEffect.h83 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
DAcousticEchoCancelerEffect.h83 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
DPresetReverbEffect.h83 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
DNoiseSuppressionEffect.h85 Return<void> command(uint32_t commandId, const hidl_vec<uint8_t>& data, uint32_t resultMaxSize,
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/1/android/hardware/audio/effect/
DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command() argument
/hardware/interfaces/audio/common/7.0/example/
DEffect.cpp170 Return<void> Effect::command(uint32_t commandId, const hidl_vec<uint8_t>& data, in command() argument
172 (void)commandId; in command()
DLoudnessEnhancerEffect.h105 ::android::hardware::Return<void> command(uint32_t commandId, in command() argument
109 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DEqualizerEffect.h105 ::android::hardware::Return<void> command(uint32_t commandId, in command() argument
109 return mEffect->command(commandId, data, resultMaxSize, _hidl_cb); in command()
DEffect.h66 ::android::hardware::Return<void> command(uint32_t commandId,
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/2/android/hardware/audio/effect/
DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.effect/current/android/hardware/audio/effect/
DIEffect.aidl40 void command(in android.hardware.audio.effect.CommandId commandId); in command() argument

12