Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp327 Vector<Obituary>* obits = mObituaries; in sendObituary() local
328 if(obits != nullptr) { in sendObituary()
339 this, obits ? obits->size() : 0U); in sendObituary()
341 if (obits != nullptr) { in sendObituary()
342 const size_t N = obits->size(); in sendObituary()
344 reportOneDeath(obits->itemAt(i)); in sendObituary()
347 delete obits; in sendObituary()
436 Vector<Obituary>* obits = mObituaries; in onLastStrongRef() local
437 if(obits != nullptr) { in onLastStrongRef()
438 if (!obits->isEmpty()) { in onLastStrongRef()
[all …]