Searched defs:AudioEffect (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/media/libaudioclient/ |
H A D | AudioEffect.cpp | 20 #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, 176 AudioEffect [all...] |
/frameworks/av/include/media/ |
H A D | AudioEffect.h | 43 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 D | AudioEffect.h | 43 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 D | AudioEffect.java | 33 * AudioEffect is the base class for controlling audio effects provided by the android audio 35 * <p>Applications should not use the AudioEffect class directly but one of its derived classes to 46 * the application must specify the audio session ID of that instance when creating the AudioEffect. 50 * <p>Creating an AudioEffect object will create the corresponding effect engine in the audio 53 * <p>The application creating the AudioEffect object (or a derived class) will either receive 61 public class AudioEffect { class 67 private final static String TAG = "AudioEffect-JAVA"; 137 * Null effect UUID. See {@link AudioEffect(UUID, UUID, int, int)} for use. 145 * State of an AudioEffect object that was not successfully initialized upon 151 * State of an AudioEffect objec 403 public AudioEffect(UUID type, UUID uuid, int priority, int audioSession) method in class:AudioEffect [all...] |
Completed in 52 milliseconds