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

1234

/frameworks/rs/
H A DrsDevice.cpp37 mContexts.removeAt(idx);
H A DrsProgramRaster.cpp36 mRSC->mStateRaster.mRasterPrograms.removeAt(ct);
H A DrsProgramStore.cpp47 mRSC->mStateFragmentStore.mStorePrograms.removeAt(ct);
H A DrsSampler.cpp54 mRSC->mStateSampler.mAllSamplers.removeAt(ct);
/frameworks/support/renderscript/v8/rs_support/
H A DrsDevice.cpp37 mContexts.removeAt(idx);
H A DrsSampler.cpp54 mRSC->mStateSampler.mAllSamplers.removeAt(ct);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp84 mBuffers.removeAt(0);
99 mBuffers.removeAt(0);
168 mReleaseBuffers.removeAt(0);
/frameworks/base/libs/hwui/
H A DFboCache.cpp74 mCache.removeAt(mCache.size() - 1);
H A DLayerCache.cpp95 mCache.removeAt(index);
170 mCache.removeAt(position);
H A DPathCache.cpp71 mCache.removeAt(pathsToRemove.itemAt(i) - i);
/frameworks/base/core/java/android/util/
H A DSparseIntArray.java94 removeAt(i);
101 public void removeAt(int index) { method in class:SparseIntArray
H A DSparseLongArray.java96 removeAt(i);
103 public void removeAt(int index) { method in class:SparseLongArray
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp122 mListeners.removeAt(i);
140 mListeners.removeAt(i);
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp44 mMsgQueue.removeAt(0);
/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java149 mSeqMap.removeAt(index);
/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp100 gMatches.removeAt(i);
/frameworks/native/include/utils/
H A DGenerationCache.h76 void removeAt(ssize_t index);
183 removeAt(index);
191 void GenerationCache<K, V>::removeAt(ssize_t index) { function in class:android::GenerationCache
205 removeAt(index);
H A DBasicHashtable.h70 void removeAt(size_t index);
306 inline void removeAt(size_t index) { function in class:android::BasicHashtable
307 BasicHashtableImpl::removeAt(index);
/frameworks/native/libs/utils/
H A DWorkQueue.cpp127 mWorkUnits.removeAt(0);
H A DLooper.cpp286 mMessageEnvelopes.removeAt(0);
537 mMessageEnvelopes.removeAt(i);
555 mMessageEnvelopes.removeAt(i);
/frameworks/support/v4/java/android/support/v4/util/
H A DSparseArrayCompat.java21 * provides a removeAt() method.
93 public void removeAt(int index) { method in class:SparseArrayCompat
109 removeAt(i);
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp112 mActivations.removeAt(i);
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp96 profileLevels.removeAt(i);
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp393 mCurrentBuffers.removeAt(i);
430 mPendingBuffers.removeAt(i);
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp204 mPendingEvents.removeAt(0);
244 mDisplayEventConnections.removeAt(i);

Completed in 653 milliseconds

1234