Searched refs:old (Results 76 - 97 of 97) sorted by relevance

1234

/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp556 sp<JDrm> old = (JDrm *)env->GetLongField(thiz, gFields.context); local
560 if (old != NULL) {
561 old->decStrong(thiz);
565 return old;
H A Dandroid_media_MediaPlayer.cpp177 sp<MediaPlayer> old = (MediaPlayer*)env->GetLongField(thiz, fields.context); local
181 if (old != 0) {
182 old->decStrong((void*)setMediaPlayer);
185 return old;
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java241 * the old one.
249 * the old one.
259 final BroadcastRecord old = queue.get(i);
260 if (old.userId == r.userId && intent.filterEquals(old.intent)) {
266 return old;
H A DActivityManagerService.java1239 /** Current sequencing integer of the configuration, for skipping old configurations. */
3714 checkTime(startTime, "startProcess: done killing old proc");
6544 ProcessRecord old = mProcessNames.get(name, uid);
6548 if ((expecting == null) || (old == expecting)) {
6551 if (old != null && old.uidRecord != null) {
6552 old.uidRecord.numProcs--;
6553 if (old.uidRecord.numProcs == 0) {
6556 "No more processes in " + old.uidRecord);
6557 enqueueUidChangeLocked(old
[all...]
/frameworks/av/media/libnbaio/
H A DNBLog.cpp487 bool old = mEnabled; local
489 return old;
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java648 boolean old = (satisfiedConstraints&constraint) != 0;
649 if (old == state) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseStaggeredGridLayoutManagerTest.java853 HashSet<Integer> old = mFullSpanItems;
855 for (Integer i : old) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp315 ALOGV("Adjusting timebase offset old: %lld new: %lld",
714 mLocalLog.log("CFG_EVENT_CREATE_AUDIO_PATCH: old device %#x (%s) new device %#x (%s)",
724 mLocalLog.log("CFG_EVENT_RELEASE_AUDIO_PATCH: old device %#x (%s) new device %#x (%s)",
1903 audio_output_flags_t old = *flags; local
1905 if (old != *flags) {
1906 ALOGV("AUDIO_OUTPUT_FLAGS denied by effect, session=%d old=%#x new=%#x",
1907 (int)session, (int)old, (int)*flags);
3775 int32_t old = android_atomic_inc(&mFastMixerFutex); local
3776 if (old == -1) {
3838 int32_t old local
6064 int32_t old = android_atomic_inc(&mFastCaptureFutex); local
6257 int32_t old = android_atomic_inc(&mFastCaptureFutex); local
6635 audio_input_flags_t old = *flags; local
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp735 // Cleanup old surface if there is one.
737 ANativeWindow *old = drv->wndSurface; local
746 r = ANativeWindow_cancelBuffer(old, drv->wndBuffer, fenceID);
751 ANativeWindow_release(old);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp258 sp<JNIAudioPortCallback> old = local
263 if (old != 0) {
264 old->decStrong((void*)setJniCallback);
267 return old;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java2869 int[] old = mData;
2871 System.arraycopy(old, 0, mData, 0, old.length);
2872 Arrays.fill(mData, old.length, mData.length, LayoutParams.INVALID_SPAN_ID);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java387 OMANode old = current.getParent().replaceNode(current, newNode);
441 OMANode old = current.getParent().replaceNode(current, newNode);
695 // The old PPS file was rooted at PPS instead of MgmtTree to conserve space
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp337 // This should only happen on old style kernels.
923 RsdCpuScriptImpl *old = tls->mImpl; local
931 return old;
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java727 // Clear out the old subscriptions. We are getting new ones.
771 // Clear out the old subscriptions. We are getting new ones.
772 final ConnectionRecord old = mConnections.remove(b);
773 if (old != null) {
849 // Clear out the old subscriptions. We are getting new ones.
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp452 // Remove the listener with the old offset
2335 // as well, as the old visible region
2736 uint32_t old = android_atomic_or(flags, &mTransactionFlags); local
2737 if ((old & flags)==0) { // wake the server up
2740 return old;
H A DSurfaceFlinger_hwc1.cpp427 // Remove the listener with the old offset
2017 // as well, as the old visible region
2401 uint32_t old = android_atomic_or(flags, &mTransactionFlags); local
2402 if ((old & flags)==0) { // wake the server up
2405 return old;
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java2155 long old = mExpectedObjectToken;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java775 // start old BaseStatusBar.start().
913 // end old BaseStatusBar.start().
1262 // start old BaseStatusBar.onDensityOrFontScaleChanged().
1268 // end old BaseStatusBar.onDensityOrFontScaleChanged().
1465 // start old BaseStatusBar.setZenMode().
1470 // end old BaseStatusBar.setZenMode().
1755 StatusBarNotification old = removeNotificationViews(key, ranking);
1756 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
1758 if (old !
[all...]
/frameworks/base/core/java/android/view/
H A DView.java824 * Use the old (broken) way of building MeasureSpecs.
880 * and they would get different results, so give old behavior to old apps.
2893 * Flag indicating that we're in the process of fitting system windows using the old method.
5536 // not publicly available to the SDK. The old method has been renamed
6780 * This is what clears the old focus.
13210 int old = mViewFlags;
13213 int changed = mViewFlags ^ old;
13231 focusableChangedByAuto = (old & FOCUSABLE) ^ (newFocus & FOCUSABLE);
13237 if (((old
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1333 + " old mUnpluggedTime=" + mUnpluggedTime
1334 + " old mUnpluggedCount=" + mUnpluggedCount);
1349 + " old mTotalTime=" + mTotalTime);
2021 Log.v(TAG, "old mUpdateTime=" + mUpdateTime);
3250 int old = mActiveHistoryStates;
3252 writeAnyway |= old != mActiveHistoryStates;
3259 int old = mActiveHistoryStates2;
3261 writeAnyway |= old != mActiveHistoryStates2;
9093 Slog.w(TAG, "New history ends before old history!");
11320 + ", expected " + VERSION + "; erasing old stat
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5187 milliseconds

1234