Searched defs:AudioEffect (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp20 #define LOG_TAG "AudioEffect"
27 #include <media/AudioEffect.h>
38 AudioEffect::AudioEffect(const String16& opPackageName) function in class:android::AudioEffect
44 AudioEffect::AudioEffect(const effect_uuid_t *type, function in class:android::AudioEffect
58 AudioEffect::AudioEffect(const char *typeStr, function in class:android::AudioEffect
91 status_t AudioEffect::set(const effect_uuid_t *type,
172 AudioEffect
[all...]
/frameworks/av/include/media/
H A DAudioEffect.h43 class AudioEffect : public RefBase class in namespace:android
162 * if another application requests the use of the engine by creating an AudioEffect for
164 * application having the control deletes its AudioEffect object.
173 * event: type of event notified (see enum AudioEffect::event_type).
188 * AudioEffect is the base class for creating and controlling an effect engine from
189 * the application process. Creating an AudioEffect object will create the effect engine
191 * will be used. The application creating the AudioEffect object (or a derived class like
197 * After creating the AudioEffect, the application must call the initCheck() method and
209 AudioEffect(const String16& opPackageName);
234 AudioEffect(cons
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h43 class AudioEffect : public RefBase class in namespace:android
162 * if another application requests the use of the engine by creating an AudioEffect for
164 * application having the control deletes its AudioEffect object.
173 * event: type of event notified (see enum AudioEffect::event_type).
188 * AudioEffect is the base class for creating and controlling an effect engine from
189 * the application process. Creating an AudioEffect object will create the effect engine
191 * will be used. The application creating the AudioEffect object (or a derived class like
197 * After creating the AudioEffect, the application must call the initCheck() method and
209 AudioEffect(const String16& opPackageName);
234 AudioEffect(cons
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java32 * AudioEffect is the base class for controlling audio effects provided by the android audio
34 * <p>Applications should not use the AudioEffect class directly but one of its derived classes to
44 * the application must specify the audio session ID of that instance when creating the AudioEffect.
48 * <p>Creating an AudioEffect object will create the corresponding effect engine in the audio
51 * <p>The application creating the AudioEffect object (or a derived class) will either receive
59 public class AudioEffect { class
65 private final static String TAG = "AudioEffect-JAVA";
136 * State of an AudioEffect object that was not successfully initialized upon
142 * State of an AudioEffect object that is ready to be used.
148 // frameworks/base/include/media/AudioEffect
391 public AudioEffect(UUID type, UUID uuid, int priority, int audioSession) method in class:AudioEffect
[all...]

Completed in 81 milliseconds