OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLastStrongRef
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/include/binder/
Binder.h
84
virtual void
onLastStrongRef
(const void* id);
BpBinder.h
96
virtual void
onLastStrongRef
(const void* id);
/system/media/wilhelm/src/android/
AudioTrackProxy.h
62
virtual void
onLastStrongRef
(const void* id)
/frameworks/base/libs/utils/
RefBase.cpp
357
refs->mBase->
onLastStrongRef
(id);
479
// an unneeded reference. So call
onLastStrongRef
() here to remove it.
483
impl->mBase->
onLastStrongRef
(id);
583
void RefBase::
onLastStrongRef
(const void* /*id*/)
/frameworks/base/libs/binder/
Binder.cpp
242
void BpRefBase::
onLastStrongRef
(const void* id)
BpBinder.cpp
346
void BpBinder::
onLastStrongRef
(const void* id)
348
LOGV("
onLastStrongRef
BpBinder %p handle %d\n", this, mHandle);
/frameworks/base/include/utils/
RefBase.h
141
virtual void
onLastStrongRef
(const void* id);
Completed in 82 milliseconds