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

  /external/libmtp/src/
libopenusb1-glue.c 731 if (params->debug_func != NULL)
732 params->debug_func(params->data, format, args);
    [all...]
libusb-glue.c 762 if (params->debug_func!=NULL)
763 params->debug_func (params->data, format, args);
    [all...]
libusb1-glue.c 778 if (params->debug_func!=NULL)
779 params->debug_func (params->data, format, args);
    [all...]
ptp.c 95 if (params->debug_func!=NULL)
96 params->debug_func (params->data, format, args);
    [all...]
ptp.h 2464 PTPDebugFunc debug_func; member in struct:_PTPParams
    [all...]
libmtp.c     [all...]

Completed in 74 milliseconds