Home
last modified time | relevance | path

Searched refs:obits (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp532 Vector<Obituary>* obits = mObituaries; in sendObituary() local
533 if(obits != nullptr) { in sendObituary()
548 this, obits ? obits->size() : 0U); in sendObituary()
550 if (obits != nullptr) { in sendObituary()
551 const size_t N = obits->size(); in sendObituary()
553 reportOneDeath(obits->itemAt(i)); in sendObituary()
556 delete obits; in sendObituary()
679 Vector<Obituary>* obits = mObituaries; in onLastStrongRef() local
680 if(obits != nullptr) { in onLastStrongRef()
681 if (!obits->isEmpty()) { in onLastStrongRef()
[all …]