Searched defs:e2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp51 ResTable_entry e2; local
52 memset(&e2, 0, sizeof(e2));
53 e2.size = sizeof(e2);
54 e2.key.index = 1;
55 t.header.size += sizeof(e2);
71 memcpy(p, &e2, sizeof(e2));
72 p += sizeof(e2);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c61 int e2 = d1 + d2; local
63 int f0 = e0 + e2;
65 int f2 = e0 - e2;
H A DarmVCM4P10_TransformResidual4x4.c62 int e2 = (d1>>1) - d3; local
65 int f1 = e1 + e2;
66 int f2 = e1 - e2;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarViewTaskSwitchHelper.java93 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp126 AllocEntry *e2 = &entries[i+1]; local
128 bool swap = e1->size < e2->size;
129 if (e1->size == e2->size) {
131 if (e1->backtrace[j] == e2->backtrace[j]) {
134 swap = e1->backtrace[j] < e2->backtrace[j];
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s86 e2 RN 8 label
230 SHADD16 e2, trRow10,constZero ;// (f1>>1) constZero is a register holding 0
231 SHADD16 e3, trRow30,constZero ;// avoid pipeline stalls for e2 and e3
232 SSUB16 e2, e2, trRow30 ;// e2 = (d1>>1) - d3
235 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
236 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { argument
321 if (e1 == e2) return 0;
322 int diff = e1.mMaxPeriod - e2.mMaxPeriod;
/frameworks/base/core/java/android/view/
H A DGestureDetector.java80 * @param e2 The move motion event that triggered the current onScroll.
83 * and {@code e2}.
86 * and {@code e2}.
89 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
105 * @param e2 The move motion event that triggered the current onFling.
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); argument
165 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c344 list_elem_t *e2; local
354 e2 = NULL;
357 if (e2) {
358 e2->next = e1->next;
366 e2 = e1;
/frameworks/base/core/java/android/widget/
H A DGallery.java996 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
1015 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
1017 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX()));
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1509 uint32_t e1 = e0, e2 = e0; local
1513 e2 &= ~(1<<i);
1514 while (e2) {
1515 i = 31 - __builtin_clz(e2);
1516 e2 &= ~(1<<i);
1571 uint32_t e1 = e0, e2 = e0; local
1574 e2 &= ~(1<<j);
1575 while (e2) {
1576 j = 31 - __builtin_clz(e2);
1577 e2
1668 uint32_t e1 = e0, e2 = e0; local
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java343 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2879 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
3026 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument

Completed in 5729 milliseconds