OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjectBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsObjectBase.cpp
23
pthread_mutex_t
ObjectBase
::gObjectInitMutex = PTHREAD_MUTEX_INITIALIZER;
25
ObjectBase
::
ObjectBase
(Context *rsc) {
40
//ALOGV("
ObjectBase
%p con", this);
43
ObjectBase
::~
ObjectBase
() {
44
//ALOGV("~
ObjectBase
%p ref %i,%i", this, mUserRefCount, mSysRefCount);
67
void
ObjectBase
::dumpLOGV(const char *op) const {
77
void
ObjectBase
::incUserRef() const {
79
//ALOGV("
ObjectBase
%p incU ref %i, %i", this, mUserRefCount, mSysRefCount)
[
all
...]
rsObjectBase.h
31
class
ObjectBase
{
33
ObjectBase
(Context *rsc);
42
static bool checkDelete(const
ObjectBase
*);
62
static bool isValid(const Context *rsc, const
ObjectBase
*obj);
75
virtual ~
ObjectBase
();
87
mutable const
ObjectBase
* mPrev;
88
mutable const
ObjectBase
* mNext;
Completed in 32 milliseconds