/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Canceler.java | 20 * The Canceler sends two announces with TTL=0 for the specified services. 22 public class Canceler extends DNSStateTask { 23 static Logger logger = Logger.getLogger(Canceler.class.getName()); 25 public Canceler(JmDNSImpl jmDNSImpl) { 38 return "Canceler(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
|
/frameworks/base/media/java/android/media/audiofx/ |
AcousticEchoCanceler.java | 22 * Acoustic Echo Canceler (AEC). 23 * <p>Acoustic Echo Canceler (AEC) is an audio pre-processing which removes the contribution of the
|
AudioEffect.java | 111 * UUID for Acoustic Echo Canceler (AEC) [all...] |
/frameworks/base/core/tests/coretests/src/android/animation/ |
ViewPropertyAnimatorTest.java | 64 protected static class Canceler implements Runnable { 67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { 259 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); 283 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); 310 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);
|
AnimatorSetEventsTest.java | 67 handler.postDelayed(new Canceler(animSet, mFuture), ANIM_DURATION + 250);
|
EventsTest.java | 65 protected static class Canceler implements Runnable { 68 public Canceler(Animator anim, FutureWaiter future) { 372 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); 419 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); 470 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSTaskStarter.java | 19 import javax.jmdns.impl.tasks.state.Canceler; 339 new Canceler(_jmDNSImpl).start(_stateTimer); 424 * Start a new canceler task
|
JmDNSImpl.java | [all...] |
/device/asus/flo/voice_processing/ |
voice_processing_descriptors.c | 33 "Acoustic Echo Canceler",
|
/device/lge/hammerhead/voice_processing/ |
voice_processing_descriptors.c | 33 "Acoustic Echo Canceler",
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
AnimatorEvents.java | 87 Button canceler = (Button) findViewById(R.id.cancelButton); local 88 canceler.setOnClickListener(new View.OnClickListener() {
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EffectsTest.java | 172 return "Acoustic Echo Canceler";
|
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 37 AEC_ID, // Acoustic Echo Canceler 95 "Acoustic Echo Canceler",
|
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 45 PREPROC_AEC, // Acoustic Echo Canceler 198 "Acoustic Echo Canceler", 426 // Acoustic Echo Canceler (AEC) [all...] |
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 162 "Acoustic Echo Canceler", 227 // Acoustic Echo Canceler (AEC) [all...] |
/hardware/libhardware/include/hardware/ |
audio_effect.h | 389 // This function would typically implemented by an Echo Canceler. [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.1.jd | 388 <li>Acoustic Echo Canceler (AEC) with {@link android.media.audiofx.AcousticEchoCanceler} [all...] |