Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp317 mMessageEnvelopes.removeAt(0); in pollInner()
631 mMessageEnvelopes.removeAt(i); in removeMessages()
649 mMessageEnvelopes.removeAt(i); in removeMessages()
/system/libhwbinder/
DIPCThreadState.cpp499 mPendingWeakDerefs.removeAt(0); in processPendingDerefs()
509 mPendingStrongDerefs.removeAt(0); in processPendingDerefs()
526 mPostWriteWeakDerefs.removeAt(0); in processPostWriteDerefs()
532 mPostWriteStrongDerefs.removeAt(0); in processPostWriteDerefs()
DBpHwBinder.cpp174 mObituaries->removeAt(i); in unlinkToDeath()
/system/core/libutils/include/utils/
DSortedVector.h125 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
DVector.h177 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function