Home
last modified time | relevance | path

Searched refs:localtypes (Results 1 – 1 of 1) sorted by relevance

/external/libmtp/src/
Dlibmtp.c3656 uint16_t *localtypes; in LIBMTP_Get_Supported_Filetypes() local
3661 localtypes = (uint16_t *) malloc(params->deviceinfo.ImageFormats_len * sizeof(uint16_t)); in LIBMTP_Get_Supported_Filetypes()
3667 localtypes[localtypelen] = localtype; in LIBMTP_Get_Supported_Filetypes()
3673localtypes = (uint16_t *) realloc(localtypes, (params->deviceinfo.ImageFormats_len+1) * sizeof(uin… in LIBMTP_Get_Supported_Filetypes()
3674 localtypes[localtypelen] = LIBMTP_FILETYPE_OGG; in LIBMTP_Get_Supported_Filetypes()
3679localtypes = (uint16_t *) realloc(localtypes, (params->deviceinfo.ImageFormats_len+1) * sizeof(uin… in LIBMTP_Get_Supported_Filetypes()
3680 localtypes[localtypelen] = LIBMTP_FILETYPE_FLAC; in LIBMTP_Get_Supported_Filetypes()
3684 *filetypes = localtypes; in LIBMTP_Get_Supported_Filetypes()