Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp304 Vector<Obituary>* obits = mObituaries; in sendObituary() local
305 if(obits != nullptr) { in sendObituary()
316 this, obits ? obits->size() : 0U); in sendObituary()
318 if (obits != nullptr) { in sendObituary()
319 const size_t N = obits->size(); in sendObituary()
321 reportOneDeath(obits->itemAt(i)); in sendObituary()
324 delete obits; in sendObituary()
391 Vector<Obituary>* obits = mObituaries; in ~BpBinder() local
392 if(obits != nullptr) { in ~BpBinder()
398 if (obits != nullptr) { in ~BpBinder()
[all …]