Searched refs:remove (Results 1 - 15 of 15) sorted by relevance

/system/core/include/cutils/
H A Dselector.h44 * selector by setting the 'remove' flag. The selector will remove the
62 bool remove; member in struct:SelectableFd
/system/core/libcutils/
H A Dprivate.h213 ** SunOS 4.1.1 libraries lack remove.
216 #ifndef remove
218 #define remove unlink macro
219 #endif /* !defined remove */
H A Dselector.c157 if (selectableFd->remove) {
203 if (callback != NULL && !selectableFd->remove &&
H A Dmq.c410 peerProxy->fd->remove = true;
1083 socketFd->remove = true;
/system/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java127 mAvailableFrames.remove(oldest);
143 mAvailableFrames.remove(entry.getKey());
H A DFilterContext.java92 mStoredFrames.remove(key);
H A DFilterGraph.java298 mFilters.remove(filter);
299 mNameMap.remove(filter.getName());
H A DFilter.java571 values.remove(name);
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp132 using std::remove;
/system/core/libpixelflinger/tinyutils/
H A DSortedVector.h117 ssize_t remove(const TYPE&);
119 //! remove several items
121 //! remove one item
231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) {
232 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h76 * remove items
152 mVector.remove(pair);
167 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
H A DVectorImpl.h75 /*! remove items */
148 ssize_t remove(const void* item);
H A DVectorImpl.cpp197 "[%p] remove: index=%d, count=%d, size=%d",
530 ssize_t SortedVectorImpl::remove(const void* item)
/system/media/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c234 // Mark operation pending (not necessary; remove is synchronous with mutex locked)
245 // The remove hook is called with mutex locked
246 VoidHook remove = MPH_init_table[MPH].mRemove; local
247 if (NULL != remove) {
248 (*remove)(thisItf);
H A DIObject.c561 // If object is published, then remove it from exposure to sync thread and debugger
596 // The remove hook is called with mutex locked
598 VoidHook remove = MPH_init_table[x->mMPH].mRemove; local
599 if (NULL != remove) {
600 (*remove)(thisItf);

Completed in 136 milliseconds