Home
last modified time | relevance | path

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

/system/libhwbinder/
DBpHwBinder.cpp199 Vector<Obituary>* obits = mObituaries; in sendObituary() local
200 if(obits != nullptr) { in sendObituary()
211 this, obits ? obits->size() : 0U); in sendObituary()
213 if (obits != nullptr) { in sendObituary()
214 const size_t N = obits->size(); in sendObituary()
216 reportOneDeath(obits->itemAt(i)); in sendObituary()
219 delete obits; in sendObituary()
298 Vector<Obituary>* obits = mObituaries; in onLastStrongRef() local
299 if(obits != nullptr) { in onLastStrongRef()
300 if (!obits->isEmpty()) { in onLastStrongRef()
[all …]