Home
last modified time | relevance | path

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

123

/frameworks/base/include/utils/
DGenerationCache.h81 V removeAt(ssize_t index);
190 return removeAt(index); in remove()
197 V GenerationCache<K, V>::removeAt(ssize_t index) { in removeAt() function
213 return removeAt(index); in removeOldest()
DSortedVector.h124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
/frameworks/base/core/java/android/util/
DSparseIntArray.java94 removeAt(i); in delete()
101 public void removeAt(int index) { in removeAt() method in SparseIntArray
DSparseArray.java115 public void removeAt(int index) { in removeAt() method in SparseArray
/frameworks/base/libs/hwui/
DLayerCache.cpp95 mCache.removeAt(index); in get()
170 mCache.removeAt(position); in put()
DFboCache.cpp74 mCache.removeAt(mCache.size() - 1); in get()
DPathCache.cpp49 mCache.removeAt(pathsToRemove.itemAt(i) - i); in remove()
/frameworks/base/libs/rs/
DrsDevice.cpp37 mContexts.removeAt(idx); in removeContext()
DrsProgramRaster.cpp36 mRSC->mStateRaster.mRasterPrograms.removeAt(ct); in preDestroy()
DrsSampler.cpp54 mRSC->mStateSampler.mAllSamplers.removeAt(ct); in preDestroy()
DrsProgramStore.cpp47 mRSC->mStateFragmentStore.mStorePrograms.removeAt(ct); in preDestroy()
/frameworks/base/libs/utils/
DLooper.cpp380 mMessageEnvelopes.removeAt(0); in pollInner()
626 mRequestedFds.removeAt(size_t(index)); in removeFd()
627 mRequests.removeAt(size_t(index)); in removeFd()
720 mMessageEnvelopes.removeAt(i); in removeMessages()
738 mMessageEnvelopes.removeAt(i); in removeMessages()
DBlobCache.cpp170 mCacheEntries.removeAt(i); in clean()
/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp44 mMsgQueue.removeAt(0); in read()
/frameworks/base/libs/rs/driver/
DrsdShaderCache.cpp255 mEntries.removeAt(ct); in cleanupVertex()
269 mEntries.removeAt(ct); in cleanupFragment()
/frameworks/base/services/input/
DPointerController.cpp442 mLocked.spots.removeAt(i--); in doAnimate()
519 mLocked.spots.removeAt(0); in createAndAddSpotLocked()
543 mLocked.spots.removeAt(i); in removeFirstFadingSpotLocked()
DInputDispatcher.cpp1707 mTempTouchState.windows.removeAt(i); in findTouchedWindowTargetsLocked()
3270 mWindowHandles.removeAt(i--); in setInputWindows()
3323 mTouchState.windows.removeAt(i--); in setInputWindows()
3464 mTouchState.windows.removeAt(i); in transferTouchFocus()
3723 mMonitoringChannels.removeAt(i); in removeMonitorChannelLocked()
3753 mActiveConnections.removeAt(i); in deactivateConnectionLocked()
4320 mKeyMementos.removeAt(index); in trackKey()
4334 mKeyMementos.removeAt(index); in trackKey()
4353 mMotionMementos.removeAt(index); in trackMotion()
4367 mMotionMementos.removeAt(index); in trackMotion()
[all …]
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp171 mDispatchingKeys.removeAt(0); in getEvent()
180 mFinishPreDispatches.removeAt(0); in getEvent()
277 mInFlightEvents.removeAt(i); in finishEvent()
313 mUnhandledKeys.removeAt(0); in consumeUnhandledEvent()
330 mPreDispatchingKeys.removeAt(0); in consumePreDispatchingEvent()
/frameworks/base/native/android/
Dstorage_manager.cpp114 mCallbacks.removeAt(i); in fireCallback()
/frameworks/support/v4/java/android/support/v4/app/
DHCSparseArray.java94 public void removeAt(int index) { in removeAt() method in HCSparseArray
DLoaderManager.java652 mLoaders.removeAt(idx); in destroyLoader()
658 mInactiveLoaders.removeAt(idx); in destroyLoader()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DSparseWeakArray.java114 public void removeAt(int index) { in removeAt() method in SparseWeakArray
/frameworks/base/core/java/android/app/
DLoaderManager.java671 mLoaders.removeAt(idx); in destroyLoader()
677 mInactiveLoaders.removeAt(idx); in destroyLoader()
/frameworks/base/libs/hwui/utils/
DSortedList.h91 inline ssize_t removeAt(size_t index) { in removeAt() function
/frameworks/base/libs/binder/
DBpBinder.cpp227 mObituaries->removeAt(i); in unlinkToDeath()

123