Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp252 Vector<Obituary>* obits = mObituaries; in sendObituary() local
253 if(obits != NULL) { in sendObituary()
264 this, obits ? obits->size() : 0U); in sendObituary()
266 if (obits != NULL) { in sendObituary()
267 const size_t N = obits->size(); in sendObituary()
269 reportOneDeath(obits->itemAt(i)); in sendObituary()
272 delete obits; in sendObituary()
319 Vector<Obituary>* obits = mObituaries; in ~BpBinder() local
320 if(obits != NULL) { in ~BpBinder()
326 if (obits != NULL) { in ~BpBinder()
[all …]