OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceler
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java
20
* Acoustic Echo
Canceler
(AEC).
21
* <p>Acoustic Echo
Canceler
(AEC) is an audio pre-processing which removes the contribution of the
AudioEffect.java
115
* UUID for Acoustic Echo
Canceler
(AEC) audio pre-processing
[
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
69
handler.postDelayed(new
Canceler
(animSet, mFuture), ANIM_DURATION + 250);
EventsTest.java
61
protected static class
Canceler
implements Runnable {
64
public
Canceler
(Animator anim, FutureWaiter future) {
327
handler.postDelayed(new
Canceler
(mAnimator, mFuture), ANIM_MID_DURATION);
374
handler.postDelayed(new
Canceler
(mAnimator, mFuture), ANIM_MID_DURATION);
425
handler.postDelayed(new
Canceler
(mAnimator, mFuture), ANIM_MID_DELAY);
/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/libeffects/preprocessing/
PreProcessing.cpp
43
PREPROC_AEC, // Acoustic Echo
Canceler
157
"Acoustic Echo
Canceler
",
385
// Acoustic Echo
Canceler
(AEC)
[
all
...]
/hardware/libhardware/include/hardware/
audio_effect.h
366
// This function would typically implemented by an Echo
Canceler
.
[
all
...]
Completed in 208 milliseconds