OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLastStrongRef
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/include/binder/
Binder.h
84
virtual void
onLastStrongRef
(const void* id);
BpBinder.h
96
virtual void
onLastStrongRef
(const void* id);
/frameworks/native/include/gui/
ConsumerBase.h
90
//
onLastStrongRef
gets called by RefBase just before the dtor of the most
100
virtual void
onLastStrongRef
(const void* id);
/system/core/libutils/
RefBase.cpp
347
refs->mBase->
onLastStrongRef
(id);
498
// an unneeded reference. So call
onLastStrongRef
() here to remove it.
502
impl->mBase->
onLastStrongRef
(id);
614
void RefBase::
onLastStrongRef
(const void* /*id*/)
/frameworks/native/libs/binder/
Binder.cpp
249
void BpRefBase::
onLastStrongRef
(const void* id)
BpBinder.cpp
346
void BpBinder::
onLastStrongRef
(const void* id)
348
ALOGV("
onLastStrongRef
BpBinder %p handle %d\n", this, mHandle);
/frameworks/native/libs/gui/
ConsumerBase.cpp
81
// be done by ConsumerBase::
onLastStrongRef
(), but it's possible for a
83
// ConsumerBase::
onLastStrongRef
().
88
void ConsumerBase::
onLastStrongRef
(const void* id) {
/frameworks/rs/cpp/util/
RefBase.h
142
virtual void
onLastStrongRef
(const void* id);
/frameworks/rs/server/
RefBase.h
141
virtual void
onLastStrongRef
(const void* id);
/system/core/include/utils/
RefBase.h
146
virtual void
onLastStrongRef
(const void* id);
Completed in 390 milliseconds