HomeSort by relevance Sort by last modified time
    Searched defs:AudioEffect (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/libmedia/
AudioEffect.cpp 20 #define LOG_TAG "AudioEffect"
27 #include <media/AudioEffect.h>
38 AudioEffect::AudioEffect()
44 AudioEffect::AudioEffect(const effect_uuid_t *type,
57 AudioEffect::AudioEffect(const char *typeStr,
89 status_t AudioEffect::set(const effect_uuid_t *type,
168 AudioEffect::~AudioEffect(
    [all...]
  /frameworks/base/include/media/
AudioEffect.h 43 class AudioEffect : public RefBase
160 * if another application requests the use of the engine by creating an AudioEffect for
162 * application having the control deletes its AudioEffect object.
171 * event: type of event notified (see enum AudioEffect::event_type).
186 * AudioEffect is the base class for creating and controlling an effect engine from
187 * the application process. Creating an AudioEffect object will create the effect engine
189 * will be used. The application creating the AudioEffect object (or a derived class like
195 * After creating the AudioEffect, the application must call the initCheck() method and
203 AudioEffect();
226 AudioEffect(const effect_uuid_t *type
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 32 * 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 {
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.
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 369 milliseconds