OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onLastStrongRef
(Results
1 - 4
of
4
) sorted by null
/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) {
/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*/)
Completed in 64 milliseconds