Searched refs:ver_minor (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);
206 uint32_t ver_minor = 0; local
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);
595 const uint32_t ver_minor,
607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor);
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 );
471 &&(nfc_hal_cb.nvm_cb.ver_minor == patchfile_ver_minor)
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.c710 STREAM_TO_UINT16 (nfc_hal_cb.nvm_cb.ver_minor, p);
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h343 UINT16 ver_minor; /* Current minor version of patch in nvm */ member in struct:__anon23950

Completed in 109 milliseconds