Searched defs:old (Results 26 - 30 of 30) sorted by last modified time

12

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp287 // if module is 0, the request comes from an old policy manager and we should load
2403 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2404 if (old == -1) {
2737 int32_t old = android_atomic_inc(&mFastMixerFutex); local
2738 if (old == -1) {
/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/av/media/libmedia/
H A DAudioTrack.cpp904 // old has the previous value of mCblk->flags before the "or" operation
905 int32_t old = android_atomic_or(CBLK_DIRECTION_OUT, &mCblk->flags); local
907 if (old & CBLK_FAST) {
1335 // signal old cblk condition so that other threads waiting for available buffers stop
1401 // signal old cblk condition for other threads waiting for restore completion
1420 ALOGV("restoreTrack_l() status %d mActive %d cblk %p, old cblk %p flags %08x old flags %08x",

Completed in 60 milliseconds

12