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

  /external/libmtp/examples/
sendtr.c 95 LIBMTP_album_t *found_album = NULL; local
110 found_album = album;
112 found_album->next = NULL;
122 if (found_album != NULL) {
125 tracks = (uint32_t *)malloc((found_album->no_tracks+1) * sizeof(uint32_t));
126 printf("Album \"%s\" found: updating...\n", found_album->name);
131 found_album->no_tracks++;
132 if (found_album->tracks != NULL) {
133 memcpy(tracks, found_album->tracks, found_album->no_tracks * sizeof(uint32_t))
    [all...]
  /external/chromium_org/chrome/utility/media_galleries/
itunes_library_parser.cc 47 bool found_album = false; local
49 !(found_id && found_location && found_album_artist && found_album)) {
100 if (found_album)
104 found_album = true;

Completed in 339 milliseconds