Searched refs:removeAt (Results 1 - 11 of 11) sorted by relevance

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp69 mListeners.removeAt(i);
97 mListeners.removeAt(i);
/system/core/include/utils/
H A DBasicHashtable.h71 void removeAt(size_t index);
307 inline void removeAt(size_t index) { function in class:android::BasicHashtable
308 BasicHashtableImpl::removeAt(index);
H A DLruCache.h174 mTable->removeAt(index);
H A DSortedVector.h124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } function in class:android::SortedVector
H A DVector.h165 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } function in class:android::Vector
/system/core/libutils/
H A DLooper.cpp294 mMessageEnvelopes.removeAt(0);
545 mMessageEnvelopes.removeAt(i);
563 mMessageEnvelopes.removeAt(i);
H A DBasicHashtable.cpp188 void BasicHashtableImpl::removeAt(size_t index) { function in class:android::BasicHashtableImpl
H A DBlobCache.cpp296 mCacheEntries.removeAt(i);
/system/core/libutils/tests/
H A DBasicHashtable_test.cpp138 h.removeAt(index);
558 h1.removeAt(index0);
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSortedVector.h123 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } function in class:android::tinyutils::SortedVector
H A DVector.h150 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } function in class:android::tinyutils::Vector

Completed in 167 milliseconds