HomeSort by relevance Sort by last modified time
    Searched full:storage_id (Results 1 - 15 of 15) sorted by null

  /external/libmtp/examples/
newplaylist.c 94 playlist->storage_id = 0;
sendfile.c 78 genfile->storage_id = 0;
albumart.c 137 album->storage_id = 0;
files.c 45 printf(" Storage ID: 0x%08X\n", file->storage_id);
sendtr.c 60 fprintf(stderr, " -d <duration in seconds> -s <storage_id> <local path> <remote path>\n");
147 albuminfo->storage_id = trackmeta->storage_id;
346 trackmeta->storage_id = storageid;
  /external/libmtp/src/
libmtp.h 614 uint32_t storage_id; /**< ID of storage holding this file */ member in struct:LIBMTP_file_struct
628 uint32_t storage_id; /**< ID of storage holding this track */ member in struct:LIBMTP_track_struct
657 uint32_t storage_id; /**< ID of storage holding this playlist */ member in struct:LIBMTP_playlist_struct
670 uint32_t storage_id; /**< ID of storage holding this album */ member in struct:LIBMTP_album_struct
686 uint32_t storage_id; /**< ID of storage holding this folder */ member in struct:LIBMTP_folder_struct
    [all...]
libmtp.h.in 612 uint32_t storage_id; /**< ID of storage holding this file */
626 uint32_t storage_id; /**< ID of storage holding this track */
655 uint32_t storage_id; /**< ID of storage holding this playlist */
668 uint32_t storage_id; /**< ID of storage holding this album */
684 uint32_t storage_id; /**< ID of storage holding this folder */
libmtp.c     [all...]
playlist-spl.c 128 pl->storage_id = oi->StorageID;
223 f->storage_id = pl->storage_id;
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 97 column = Files.FileColumns.STORAGE_ID;
138 column = Files.FileColumns.STORAGE_ID;
MtpDatabase.java 101 Files.FileColumns.STORAGE_ID, // 1
111 private static final String STORAGE_WHERE = Files.FileColumns.STORAGE_ID + "=?";
357 values.put(Files.FileColumns.STORAGE_ID, storageId);
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 148 * this is also used for the storage_id column in the media provider.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 289 String where = FileColumns.STORAGE_ID + "=?";
    [all...]
  /external/libmtp/
ChangeLog 499 storage_id the track should be copied.
608 inspect storage_id and parent_id in order to group files
637 can now also pass in a storage_id with any metadata
640 parent_id and storage_id. All calls to any of these
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 532 public static final String STORAGE_ID = "storage_id";
    [all...]

Completed in 3910 milliseconds