HomeSort by relevance Sort by last modified time
    Searched refs:LIBMTP_devicestorage_t (Results 1 - 4 of 4) sorted by null

  /external/libmtp/src/
libmtp.h 415 typedef struct LIBMTP_devicestorage_struct LIBMTP_devicestorage_t; /**< @see LIBMTP_devicestorage_t */
577 LIBMTP_devicestorage_t *storage;
717 LIBMTP_devicestorage_t *next; /**< Next storage, follow this link until NULL */
718 LIBMTP_devicestorage_t *prev; /**< Previous storage */
777 int LIBMTP_Format_Storage(LIBMTP_mtpdevice_t *, LIBMTP_devicestorage_t *);
    [all...]
libmtp.h.in 413 typedef struct LIBMTP_devicestorage_struct LIBMTP_devicestorage_t; /**< @see LIBMTP_devicestorage_t */
575 LIBMTP_devicestorage_t *storage;
715 LIBMTP_devicestorage_t *next; /**< Next storage, follow this link until NULL */
716 LIBMTP_devicestorage_t *prev; /**< Previous storage */
772 int LIBMTP_Format_Storage(LIBMTP_mtpdevice_t *, LIBMTP_devicestorage_t *);
libmtp.c 119 LIBMTP_devicestorage_t *storage,
122 LIBMTP_devicestorage_t *storage,
    [all...]
  /external/libmtp/examples/
sendtr.c 324 LIBMTP_devicestorage_t *pds = NULL;

Completed in 39 milliseconds