/hardware/interfaces/audio/effect/6.0/xml/api/ |
D | current.txt | 2 package audio.effects.V6_0 { 6 method public audio.effects.V6_0.AudioEffectsConf.DeviceEffects getDeviceEffects(); 7 method public audio.effects.V6_0.EffectsType getEffects(); 8 method public audio.effects.V6_0.LibrariesType getLibraries(); 9 method public audio.effects.V6_0.AudioEffectsConf.Postprocess getPostprocess(); 10 method public audio.effects.V6_0.AudioEffectsConf.Preprocess getPreprocess(); 11 method public audio.effects.V6_0.VersionType getVersion(); 12 method public void setDeviceEffects(audio.effects.V6_0.AudioEffectsConf.DeviceEffects); 13 method public void setEffects(audio.effects.V6_0.EffectsType); 14 method public void setLibraries(audio.effects.V6_0.LibrariesType); [all …]
|
/hardware/interfaces/audio/effect/7.0/xml/api/ |
D | current.txt | 2 package audio.effects.V7_0 { 6 method public audio.effects.V7_0.AudioEffectsConf.DeviceEffects getDeviceEffects(); 7 method public audio.effects.V7_0.EffectsType getEffects(); 8 method public audio.effects.V7_0.LibrariesType getLibraries(); 9 method public audio.effects.V7_0.AudioEffectsConf.Postprocess getPostprocess(); 10 method public audio.effects.V7_0.AudioEffectsConf.Preprocess getPreprocess(); 11 method public audio.effects.V7_0.VersionType getVersion(); 12 method public void setDeviceEffects(audio.effects.V7_0.AudioEffectsConf.DeviceEffects); 13 method public void setEffects(audio.effects.V7_0.EffectsType); 14 method public void setLibraries(audio.effects.V7_0.LibrariesType); [all …]
|
/hardware/interfaces/audio/effect/5.0/xml/api/ |
D | current.txt | 2 package audio.effects.V5_0 { 6 method public audio.effects.V5_0.EffectsType getEffects(); 7 method public audio.effects.V5_0.LibrariesType getLibraries(); 8 method public audio.effects.V5_0.AudioEffectsConf.Postprocess getPostprocess(); 9 method public audio.effects.V5_0.AudioEffectsConf.Preprocess getPreprocess(); 10 method public audio.effects.V5_0.VersionType getVersion(); 11 method public void setEffects(audio.effects.V5_0.EffectsType); 12 method public void setLibraries(audio.effects.V5_0.LibrariesType); 13 method public void setPostprocess(audio.effects.V5_0.AudioEffectsConf.Postprocess); 14 method public void setPreprocess(audio.effects.V5_0.AudioEffectsConf.Preprocess); [all …]
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioEffectFactoryTargetTest.cpp | 85 void ForEachEffect(std::vector<std::shared_ptr<IEffect>> effects, Functor functor) { in ForEachEffect() argument 86 for (auto& effect : effects) { in ForEachEffect() 93 std::vector<std::shared_ptr<IEffect>> effects; in createWithDescs() local 100 effects.push_back(std::move(effect)); in createWithDescs() 103 return effects; in createWithDescs() 105 void destroyEffects(std::vector<std::shared_ptr<IEffect>> effects, in destroyEffects() argument 107 for (const auto& effect : effects) { in destroyEffects() 113 auto effects = createWithDescs({desc}); in creatAndDestroyDescs() local 114 ASSERT_NO_FATAL_FAILURE(destroyEffects(effects)); in creatAndDestroyDescs() 192 std::vector<std::shared_ptr<IEffect>> effects; in TEST_P() local [all …]
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID 60 * Dumps information about effects into the provided file descriptor.
|
D | IEffect.hal | 78 * Note: this method is only supported for effects inserted into 151 * Note: this method is only supported for effects inserted into 218 * Note: this method is only supported for effects inserted into 278 * The input and the output buffer may be reused between different effects, 301 * there is no interface defined for it. This method only works for effects 323 * there is no interface defined for it. This method only works for effects 344 * there is no interface defined for it. This method only works for effects 368 * there is no interface defined for it. This method only works for effects 397 * there is no interface defined for it. This method only works for effects 419 * there is no interface defined for it. This method only works for effects
|
/hardware/qcom/audio/post_proc/ |
D | Android.mk | 39 $(call include-path-for, audio-effects) 73 $(call include-path-for, audio-effects)
|
/hardware/interfaces/vibrator/1.3/ |
D | types.hal | 25 * A soft, short sensation like the tick of a clock. Unlike regular effects, texture effects
|
/hardware/interfaces/audio/effect/7.0/xml/ |
D | Android.bp | 14 package_name: "audio.effects.V7_0",
|
/hardware/interfaces/audio/effect/6.0/xml/ |
D | Android.bp | 14 package_name: "audio.effects.V6_0",
|
/hardware/interfaces/audio/effect/5.0/xml/ |
D | Android.bp | 14 package_name: "audio.effects.V5_0",
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 210 std::vector<Effect> effects; in alwaysOnEnable() local 211 getSupportedAlwaysOnEffects(&effects); in alwaysOnEnable() 213 if (std::find(effects.begin(), effects.end(), effect) == effects.end()) { in alwaysOnEnable()
|
/hardware/qcom/audio/voice_processing/ |
D | Android.mk | 24 $(call include-path-for, audio-effects)
|
/hardware/qcom/audio/visualizer/ |
D | Android.mk | 47 $(call include-path-for, audio-effects)
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into 262 * The input and the output buffer may be reused between different effects, 284 * there is no interface defined for it. This method only works for effects 306 * there is no interface defined for it. This method only works for effects 326 * there is no interface defined for it. This method only works for effects 349 * there is no interface defined for it. This method only works for effects 377 * there is no interface defined for it. This method only works for effects 398 * there is no interface defined for it. This method only works for effects
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into 262 * The input and the output buffer may be reused between different effects, 284 * there is no interface defined for it. This method only works for effects 306 * there is no interface defined for it. This method only works for effects 326 * there is no interface defined for it. This method only works for effects 349 * there is no interface defined for it. This method only works for effects 377 * there is no interface defined for it. This method only works for effects 398 * there is no interface defined for it. This method only works for effects
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into 262 * The input and the output buffer may be reused between different effects, 284 * there is no interface defined for it. This method only works for effects 306 * there is no interface defined for it. This method only works for effects 326 * there is no interface defined for it. This method only works for effects 349 * there is no interface defined for it. This method only works for effects 377 * there is no interface defined for it. This method only works for effects 398 * there is no interface defined for it. This method only works for effects
|
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
/hardware/interfaces/audio/effect/7.0/ |
D | IEffect.hal | 73 * Note: this method is only supported for effects inserted into 142 * Note: this method is only supported for effects inserted into 203 * Note: this method is only supported for effects inserted into 259 * The input and the output buffer may be reused between different effects, 281 * there is no interface defined for it. This method only works for effects 303 * there is no interface defined for it. This method only works for effects 323 * there is no interface defined for it. This method only works for effects 346 * there is no interface defined for it. This method only works for effects 374 * there is no interface defined for it. This method only works for effects 395 * there is no interface defined for it. This method only works for effects
|
D | IEffectsFactory.hal | 24 * Returns descriptors of different effects in all loaded libraries. 46 * attached. All effects created with the same session ID
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | invariance.adoc | 26 side effects (image and buffer variable stores and atomic operations), 71 *Rule 2* _Changes to the following state values have no side effects (the 103 Invariance is relaxed for shaders with side effects, such as performing 112 shaders containing side effects (image and buffer variable stores and atomic 115 of shader side effects. 118 involving shader side effects:
|
D | VK_EXT_shader_image_atomic_int64.adoc | 31 screen-space effects), image accesses are generally more efficient than
|
D | VK_EXT_shader_demote_to_helper_invocation.adoc | 31 The demoted invocation will have no further side effects and will not output
|