Home
last modified time | relevance | path

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

/system/libhwbinder/
DBpHwBinder.cpp194 Vector<Obituary>* obits = mObituaries; in sendObituary() local
195 if(obits != nullptr) { in sendObituary()
206 this, obits ? obits->size() : 0U); in sendObituary()
208 if (obits != nullptr) { in sendObituary()
209 const size_t N = obits->size(); in sendObituary()
211 reportOneDeath(obits->itemAt(i)); in sendObituary()
214 delete obits; in sendObituary()
268 Vector<Obituary>* obits = mObituaries; in ~BpHwBinder() local
269 if(obits != nullptr) { in ~BpHwBinder()
275 if (obits != nullptr) { in ~BpHwBinder()
[all …]