Searched refs:sectime (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/examples/
H A Ddetect.c121 char *sectime; local
181 ret = LIBMTP_Get_Secure_Time(device, &sectime);
182 if (ret == 0 && sectime != NULL) {
183 fprintf(stdout, "\nSecure Time:\n%s\n", sectime);
184 free(sectime);
/external/libmtp/src/
H A Dlibmtp.c3612 * @param sectime the secure time string as an XML document or NULL if the call
3617 int LIBMTP_Get_Secure_Time(LIBMTP_mtpdevice_t *device, char ** const sectime) argument
3619 return get_device_unicode_property(device, sectime, PTP_DPC_MTP_SecureTime);

Completed in 110 milliseconds