Searched defs:usbi_default_context (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/
H A Dcore.c43 struct libusb_context *usbi_default_context = NULL; variable in typeref:struct:libusb_context
1492 if (!usbi_default_context) {
1494 usbi_default_context = ctx;
1527 if (ctx == usbi_default_context) {
1529 usbi_default_context = NULL;
/external/chromium_org/third_party/libusb/src/libusb/
H A Dcore.c63 struct libusb_context *usbi_default_context = NULL; variable in typeref:struct:libusb_context
1809 if (!context && usbi_default_context) {
1833 if (!usbi_default_context) {
1834 usbi_default_context = ctx;
1878 if (ctx == usbi_default_context)
1879 usbi_default_context = NULL;
1917 if (ctx == usbi_default_context) {
1924 usbi_default_context = NULL;

Completed in 382 milliseconds