Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 18 of 18) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dplatform_device.h29 int (*remove)(struct platform_device *); member
Dtransport_class.h26 int (*remove)(struct transport_container *, struct device *, member
Dsysdev.h40 int (*remove)(struct sys_device *); member
Ddevice.h52 int (*remove)(struct device * dev); member
81 int (*remove) (struct device * dev); member
159 void (*remove) (struct class_device *, struct class_interface *); member
Dnfs_xdr.h519 int (*remove) (struct inode *, struct qstr *); member
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlayer.java48 public abstract PlaylistItem remove(String iid); in remove() method in Player
DSessionManager.java132 public PlaylistItem remove(String iid) { in remove() method in SessionManager
DRemotePlayer.java299 public PlaylistItem remove(String itemId) { in remove() method in RemotePlayer
DLocalPlayer.java208 public PlaylistItem remove(String iid) { in remove() method in LocalPlayer
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DPlayer.java67 public abstract PlaylistItem remove(String iid); in remove() method in Player
DSessionManager.java128 public PlaylistItem remove(String iid) { in remove() method in SessionManager
DRemotePlayer.java305 public PlaylistItem remove(String itemId) { in remove() method in RemotePlayer
DLocalPlayer.java211 public PlaylistItem remove(String iid) { in remove() method in LocalPlayer
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java185 private void animateSwipe(final View view, float endX, long duration, final boolean remove) { in animateSwipe()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java281 void remove(View removeView) { in remove() method in AttractionsGridPagerAdapter.DelayedHide
/development/ndk/platforms/android-3/include/linux/mmc/
Dcard.h94 void (*remove)(struct mmc_card *); member
/development/ndk/platforms/android-3/include/linux/mtd/
Dmtd.h144 void (*remove)(struct mtd_info *mtd); member
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java631 public synchronized boolean remove(String key) throws IOException { in remove() method in DiskLruCache