Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryPropertiesRegistrar.cpp69 mListeners.removeAt(i); in unregisterListener()
97 mListeners.removeAt(i); in binderDied()
/system/core/include/utils/
DBasicHashtable.h71 void removeAt(size_t index);
307 inline void removeAt(size_t index) { in removeAt() function
308 BasicHashtableImpl::removeAt(index); in removeAt()
DSortedVector.h124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
DLruCache.h174 mTable->removeAt(index); in remove()
DVector.h165 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
/system/core/libutils/
DLooper.cpp326 mMessageEnvelopes.removeAt(0); in pollInner()
639 mMessageEnvelopes.removeAt(i); in removeMessages()
657 mMessageEnvelopes.removeAt(i); in removeMessages()
DBlobCache.cpp305 mCacheEntries.removeAt(i); in clean()
DBasicHashtable.cpp188 void BasicHashtableImpl::removeAt(size_t index) { in removeAt() function in android::BasicHashtableImpl
/system/core/libutils/tests/
DBasicHashtable_test.cpp143 h.removeAt(index); in remove()
563 h1.removeAt(index0); in TEST_F()