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

  /external/libmtp/src/
util.h 39 if (LIBMTP_debug != 0) \
50 if (LIBMTP_debug != 0) \
libusb-glue.h 56 if ((LIBMTP_debug & LIBMTP_DEBUG_USB) != 0) \
62 if ((LIBMTP_debug & LIBMTP_DEBUG_DATA) != 0) \
playlist-spl.c 51 if ((LIBMTP_debug & LIBMTP_DEBUG_PLST) != 0) \
libmtp.h.in 814 extern int LIBMTP_debug;
    [all...]
libmtp.c 68 * The LIBMTP_DEBUG environment variable sets the debug flags for any binary
77 * LIBMTP_DEBUG=9).
88 int LIBMTP_debug = LIBMTP_DEBUG_NONE;
    [all...]
libusb-glue.c 153 if ((LIBMTP_debug & LIBMTP_DEBUG_USB) != 0)
    [all...]
libusb1-glue.c 160 if ((LIBMTP_debug & LIBMTP_DEBUG_USB) != 0)
    [all...]

Completed in 84 milliseconds