Searched refs:old (Results 1 - 25 of 53) sorted by last modified time

123

/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp56 Script *old = tls->mScript; local
58 return old;
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java622 Fragment old = mManager.mAdded.get(i);
624 "OP_REPLACE: adding=" + f + " old=" + old);
625 if (f == null || old.mContainerId == f.mContainerId) {
626 if (old == f) {
632 op.removed.add(old);
633 old.mNextAnim = op.exitAnim;
635 old.mBackStackNesting += 1;
637 + old + " to " + old
[all...]
H A DShareCompat.java357 String[] old = intent.getStringArrayExtra(extra);
358 int oldLength = old != null ? old.length : 0;
360 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java315 Cursor old = swapCursor(cursor);
316 if (old != null) {
317 old.close();
322 * Swap in a new Cursor, returning the old Cursor. Unlike
323 * {@link #changeCursor(Cursor)}, the returned old Cursor is <em>not</em>
/frameworks/rs/cpp/
H A DAllocation.cpp134 sp<const Type> old = mType; local
/frameworks/rs/driver/
H A DrsdAllocation.cpp504 // Cleanup old surface if there is one.
506 ANativeWindow *old = alloc->mHal.state.wndSurface; local
509 old->queueBuffer(old, drv->wndBuffer, -1);
H A DrsdBcc.cpp44 Script *old = tls->mScript; local
46 return old;
/frameworks/rs/
H A DrsAllocation.cpp460 ANativeWindow *old = mHal.state.wndSurface; local
466 if (old) {
467 old->decStrong(NULL);
/frameworks/native/libs/utils/
H A DLooper.cpp119 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS local
127 if (old != NULL) {
128 old->decStrong((void*)threadDestructor);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp59 void EGLTextureObject::copyParameters(const sp<EGLTextureObject>& old) argument
61 wraps = old->wraps;
62 wrapt = old->wrapt;
63 min_filter = old->min_filter;
64 mag_filter = old->mag_filter;
65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect));
66 generate_mipmap = old->generate_mipmap;
67 direct = old->direct;
287 const sp<EGLTextureObject>& old = mTextures.valueAt(index); local
288 const uint32_t refs = old
[all...]
H A DTextureObjectManager.h62 void copyParameters(const sp<EGLTextureObject>& old);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp104 int32_t old = setTransactionFlags(eTransactionNeeded); local
105 return ((old & eTransactionNeeded) == 0);
H A DSurfaceFlinger.cpp1360 // as well, as the old visible region
1668 uint32_t old = android_atomic_or(flags, &mTransactionFlags); local
1669 if ((old & flags)==0) { // wake the server up
1672 return old;
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp34 /* new\old U w_U d_U wd_U D w_D d_D wd_D C w_C, Cs, Is */
66 ResolveInfo* old = &pOld; local
81 old->overrideVisibility(pNew);
92 old->override(pNew);
97 uint32_t binding = old->binding();
98 old->override(pNew);
99 old->setBinding(binding);
100 ignore(diag::mark_dynamic_defined) << old->name();
106 old->overrideVisibility(pNew);
107 old
[all...]
/frameworks/base/tools/aidl/
H A Daidl.cpp317 Type* old = NAMES.Find(type->QualifiedName()); local
318 if (old == NULL) {
355 if (old->Kind() == Type::BUILT_IN) {
361 else if (type->Kind() != old->Kind()) {
362 const char* oldKind = kind_to_string(old->Kind());
369 old->DeclFile().c_str(), old->DeclLine(), oldKind);
566 method_type* old = methodNames[m->name.data]; local
568 filename, old->name.lineno);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java618 private static boolean isBatteryUpdateInteresting(BatteryStatus old, BatteryStatus current) { argument
620 final boolean wasPluggedIn = old.isPluggedIn();
623 && (old.status != current.status);
631 if (nowPluggedIn && old.level != current.level) {
636 if (!nowPluggedIn && current.isBatteryLow() && current.level != old.level) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardUpdateMonitor.java483 private static boolean isBatteryUpdateInteresting(BatteryStatus old, BatteryStatus current) { argument
485 final boolean wasPluggedIn = old.isPluggedIn();
488 && (old.status != current.status);
496 if (nowPluggedIn && old.level != current.level) {
501 if (!nowPluggedIn && current.isBatteryLow() && current.level != old.level) {
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java328 + "; old implementation is " + oldList.size(), here);
629 HashMap<String, ArrayList<F>> old) {
630 if (cur.size() != old.size()) {
632 for (Map.Entry<String, ArrayList<F>> e : old.entrySet()) {
643 if (old.get(e.getKey()) == null) {
656 + "; old implementation is " + old.size()
662 for (Map.Entry<String, ArrayList<F>> e : old.entrySet()) {
681 + curLen + "; old implementation is " + oldLen, here);
628 compareMaps(IntentFilter src, String name, HashMap<String, F[]> cur, HashMap<String, ArrayList<F>> old) argument
H A DNotificationManagerService.java972 NotificationRecord old = null;
978 old = mNotificationList.remove(index);
981 if (old != null) {
983 old.notification.flags&Notification.FLAG_FOREGROUND_SERVICE;
1005 if (old != null && old.statusBarKey != null) {
1006 r.statusBarKey = old.statusBarKey;
1032 if (old != null && old.statusBarKey != null) {
1035 mStatusBar.removeNotification(old
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java102 View old = null;
104 old = recycledViews.next();
106 old.setVisibility(VISIBLE);
109 final View view = mAdapter.getView(i, old, mLinearLayout);
H A DRecentsVerticalScrollView.java107 View old = null;
109 old = recycledViews.next();
111 old.setVisibility(VISIBLE);
113 final View view = mAdapter.getView(i, old, mLinearLayout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java82 StatusBarIcon old, StatusBarIcon icon);
245 StatusBarIcon old = mList.getIcon(index);
246 if (old == null) {
252 old, icon);
81 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java844 StatusBarIcon old, StatusBarIcon icon) {
846 + " old=" + old + " icon=" + icon);
932 StatusBarNotification old = removeNotificationViews(key);
933 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);
935 if (old != null) {
937 mTicker.removeEntry(old);
942 if (ENABLE_INTRUDERS && old == mCurrentlyIntrudingNotification) {
1167 final int old
843 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java841 StatusBarIcon old, StatusBarIcon icon) {
890 int old = mDisabled;
891 int diff = state ^ old;
840 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java39 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, argument

Completed in 271 milliseconds

123