OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onLastStrongRef
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/services/sensorservice/hidl/
EventQueue.cpp
70
void EventQueue::
onLastStrongRef
(const void *id) {
71
IEventQueue::
onLastStrongRef
(id);
/system/libhwbinder/
Binder.cpp
211
void BpHwRefBase::
onLastStrongRef
(const void* /*id*/)
BpHwBinder.cpp
288
void BpHwBinder::
onLastStrongRef
(const void* /*id*/)
290
ALOGV("
onLastStrongRef
BpHwBinder %p handle %d\n", this, mHandle);
/frameworks/native/libs/binder/
Binder.cpp
299
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
86
// be done by ConsumerBase::
onLastStrongRef
(), but it's possible for a
88
// ConsumerBase::
onLastStrongRef
().
93
void ConsumerBase::
onLastStrongRef
(const void* id __attribute__((unused))) {
/system/core/libutils/
RefBase.cpp
432
refs->mBase->
onLastStrongRef
(id);
602
// an unneeded reference. So call
onLastStrongRef
() here to remove it.
606
impl->mBase->
onLastStrongRef
(id);
725
void RefBase::
onLastStrongRef
(const void* /*id*/)
Completed in 413 milliseconds