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

  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 132 $ANDROID_HOST_OUT/bin/sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
  /external/libmtp/examples/
newplaylist.c 102 printf("Created new playlist: %u\n", playlist->playlist_id);
playlists.c 29 printf("Playlist ID: %d\n", pl->playlist_id);
  /external/libmtp/src/
playlist-spl.c 126 pl->playlist_id = id;
144 int ret = LIBMTP_Get_File_To_File_Descriptor(device, pl->playlist_id, fd, NULL, NULL, NULL);
177 * @param pl the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
236 pl->playlist_id = f->item_id;
252 * changed the pl->playlist_id will likely remain the same. An updated track
253 * list will result in the old playlist being replaced (ie: new playlist_id).
258 * @param new the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
288 IF_DEBUG() printf(" NOTE: new playlist_id will result!\n");
289 if(LIBMTP_Delete_Object(device, old->playlist_id) != 0
    [all...]
libmtp.h 655 uint32_t playlist_id; /**< Unique playlist ID */ member in struct:LIBMTP_playlist_struct
    [all...]
libmtp.h.in 653 uint32_t playlist_id; /**< Unique playlist ID */
libmtp.c     [all...]

Completed in 55 milliseconds