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

  /external/libmtp/examples/
files.c 45 printf(" Storage ID: 0x%08X\n", file->storage_id);
newplaylist.c 94 playlist->storage_id = 0;
sendfile.c 78 genfile->storage_id = 0;
albumart.c 137 album->storage_id = 0;
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;

Completed in 76 milliseconds