OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ver_major
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
playlist-spl.c
73
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) {
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
342
UINT16
ver_major
; /* Current major version of patch in nvm */
member in struct:__anon27759
Completed in 182 milliseconds