Searched refs:ver_major (Results 1 - 4 of 4) sorted by relevance

/external/libmtp/src/
H A Dplaylist-spl.c73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
205 uint32_t ver_major; local
208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2;
209 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1()
212 IF_DEBUG() printf(".spl version %d.%02d\n", ver_major, ver_minor);
215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files);
594 const uint32_t ver_major,
607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor);
630 if(ver_major == 2) {
591 spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files) argument
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c436 nfc_hal_cb.nvm_cb.flags, nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor, nvm_patch_present_mask );
470 else if ( (nfc_hal_cb.nvm_cb.ver_major == patchfile_ver_major)
475 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
486 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
503 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
530 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
H A Dnfc_hal_dm.c709 STREAM_TO_UINT16 (nfc_hal_cb.nvm_cb.ver_major, p);
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h342 UINT16 ver_major; /* Current major version of patch in nvm */ member in struct:__anon23950

Completed in 58 milliseconds