Searched defs:old (Results 1 - 25 of 25) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp43 /* new\old U w_U d_U wd_U D w_D d_D wd_D C w_C, Cs, Is */
76 ResolveInfo* old = &pOld; local
92 old->overrideVisibility(pNew);
104 old->override(pNew);
110 uint32_t binding = old->binding();
111 old->override(pNew);
112 old->setBinding(binding);
114 old->name() +
122 if (old->binding() == ResolveInfo::Weak &&
124 old
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp149 sp<JCrypto> old = (JCrypto *)env->GetIntField(thiz, gFields.context); local
153 if (old != NULL) {
154 old->decStrong(thiz);
158 return old;
H A Dandroid_media_MediaMetadataRetriever.cpp77 MediaMetadataRetriever *old = (MediaMetadataRetriever*) env->GetIntField(thiz, fields.context); local
H A Dandroid_media_MediaRecorder.cpp140 sp<MediaRecorder> old = (MediaRecorder*)env->GetIntField(thiz, fields.context); local
144 if (old != 0) {
145 old->decStrong(thiz);
148 return old;
H A Dandroid_media_MediaCodec.cpp278 sp<JMediaCodec> old = (JMediaCodec *)env->GetIntField(thiz, gFields.context); local
282 if (old != NULL) {
283 old->decStrong(thiz);
287 return old;
H A Dandroid_media_MediaExtractor.cpp218 sp<JMediaExtractor> old = local
224 if (old != NULL) {
225 old->decStrong(thiz);
229 return old;
H A Dandroid_media_MediaPlayer.cpp141 sp<MediaPlayer> old = (MediaPlayer*)env->GetIntField(thiz, fields.context); local
145 if (old != 0) {
146 old->decStrong(thiz);
149 return old;
/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...]
/frameworks/rs/cpp/
H A DAllocation.cpp134 sp<const Type> old = mType; local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java91 StatusBarIcon old, StatusBarIcon icon);
250 StatusBarIcon old = mList.getIcon(index);
251 if (old == null) {
257 old, icon);
90 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
/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/base/core/jni/
H A Dandroid_media_AudioRecord.cpp154 sp<AudioRecord> old = local
159 if (old != 0) {
160 old->decStrong(thiz);
163 return old;
H A Dandroid_media_AudioTrack.cpp189 sp<AudioTrack> old = local
194 if (old != 0) {
195 old->decStrong(thiz);
198 return old;
H A Dandroid_util_Binder.cpp162 int old = android_atomic_inc(&gNumRefsCreated); local
163 if (old == 200) {
168 ALOGV("Now have %d binder ops", old);
/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/native/services/surfaceflinger/
H A DLayerBase.cpp111 int32_t old = setTransactionFlags(eTransactionNeeded); local
112 return ((old & eTransactionNeeded) == 0);
/frameworks/rs/driver/
H A DrsdAllocation.cpp441 // Cleanup old surface if there is one.
443 ANativeWindow *old = alloc->mHal.state.wndSurface; local
446 old->queueBuffer(old, drv->wndBuffer);
H A DrsdBcc.cpp61 Script *old = tls->mScript; local
63 return old;
324 mtls.sig = 0x1f; // temp fix for old apps, full table in slang_rs_export_foreach.cpp
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp898 // old has the previous value of mCblk->flags before the "or" operation
899 int32_t old = android_atomic_or(CBLK_DIRECTION_OUT, &mCblk->flags); local
901 if (old & CBLK_FAST) {
1329 // signal old cblk condition so that other threads waiting for available buffers stop
1395 // signal old cblk condition for other threads waiting for restore completion
1414 ALOGV("restoreTrack_l() status %d mActive %d cblk %p, old cblk %p flags %08x old flags %08x",
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp186 sp<DrmManagerClientImpl> old = (DrmManagerClientImpl*)env->GetIntField(thiz, fieldId); local
190 if (old != 0) {
191 old->decStrong(thiz);
194 return old;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardUpdateMonitor.java440 private static boolean isBatteryUpdateInteresting(BatteryStatus old, BatteryStatus current) { argument
442 final boolean wasPluggedIn = isPluggedIn(old);
445 && (old.status != current.status);
453 if (nowPluggedIn && old.level != current.level) {
458 if (!nowPluggedIn && isBatteryLow(current) && current.level != old.level) {
/frameworks/rs/
H A DrsAllocation.cpp424 ANativeWindow *old = mHal.state.wndSurface; local
430 if (old) {
431 old->decStrong(NULL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java868 StatusBarIcon old, StatusBarIcon icon) {
917 int old = mDisabled;
918 int diff = state ^ old;
867 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.java707 StatusBarIcon old, StatusBarIcon icon) {
709 + " old=" + old + " icon=" + icon);
791 StatusBarNotification old = removeNotificationViews(key);
792 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);
794 if (old != null) {
796 mTicker.removeEntry(old);
801 if (ENABLE_INTRUDERS && old == mCurrentlyIntrudingNotification) {
1027 final int old
706 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp283 // if module is 0, the request comes from an old policy manager and we should load
2354 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2355 if (old == -1) {
2701 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2702 if (old == -1) {

Completed in 639 milliseconds