OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRefs
(Results
1 - 12
of
12
) sorted by null
/system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp
33
sb->
mRefs
= 1;
42
if (released->
mRefs
!= 0) return -1; // XXX: invalid operation
99
android_atomic_inc(&
mRefs
);
105
if (onlyOwner() || ((prev = android_atomic_dec(&
mRefs
)) == 1)) {
106
mRefs
= 0;
SharedBuffer.h
101
mutable int32_t
mRefs
;
140
return (
mRefs
== 1);
/system/core/libutils/
SharedBuffer.cpp
31
sb->
mRefs
= 1;
40
if (released->
mRefs
!= 0) return -1; // XXX: invalid operation
97
android_atomic_inc(&
mRefs
);
103
if (onlyOwner() || ((prev = android_atomic_dec(&
mRefs
)) == 1)) {
104
mRefs
= 0;
RefBase.cpp
320
weakref_impl* const refs =
mRefs
;
339
weakref_impl* const refs =
mRefs
;
357
weakref_impl* const refs =
mRefs
;
379
return
mRefs
->mStrong;
570
mRefs
->incWeak(id);
571
return
mRefs
;
576
return
mRefs
;
580
:
mRefs
(new weakref_impl(this))
586
if (
mRefs
->mStrong == INITIAL_STRONG_VALUE) {
588
delete
mRefs
;
[
all
...]
/system/core/include/utils/
SharedBuffer.h
98
mutable int32_t
mRefs
;
130
return (
mRefs
== 1);
RefBase.h
168
weakref_impl* const
mRefs
;
/frameworks/native/libs/binder/
Binder.cpp
224
: mRemote(o.get()),
mRefs
(NULL), mState(0)
230
mRefs
= mRemote->createWeak(this); // Held for our entire lifetime.
240
mRefs
->decWeak(this);
258
return mRemote ?
mRefs
->attemptIncStrong(this) : false;
/frameworks/native/include/binder/
Binder.h
95
RefBase::weakref_type*
mRefs
;
/frameworks/av/media/libmedia/
MediaProfiles.cpp
476
mRequiredProfileRefs[i].
mRefs
[j].mHasRefProfile = false;
477
mRequiredProfileRefs[i].
mRefs
[j].mRefProfileIndex = -1;
479
mRequiredProfileRefs[i].
mRefs
[j].mResolutionProduct = 0x7FFFFFFF;
481
mRequiredProfileRefs[i].
mRefs
[j].mResolutionProduct = 0;
529
info = &(mRequiredProfileRefs[refIndex].
mRefs
[j]);
569
&mRequiredProfileRefs[refIndex].
mRefs
[j];
[
all
...]
/frameworks/av/include/media/
MediaProfiles.h
506
RequiredProfileRefInfo
mRefs
[kNumRequiredProfiles];
/frameworks/rs/cpp/util/
RefBase.h
158
weakref_impl* const
mRefs
;
/frameworks/rs/server/
RefBase.h
157
weakref_impl* const
mRefs
;
Completed in 3430 milliseconds