Searched defs:endpoint_in (Results 1 – 4 of 4) sorted by relevance
35 jint endpoint_in in Java_org_chromium_latency_walt_WaltUsbConnection_syncClock__III()
30 int endpoint_in; member
418 static void get_sense(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) in get_sense()454 static int test_mass_storage(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_ou… in test_mass_storage()608 static int test_hid(libusb_device_handle *handle, uint8_t endpoint_in) in test_hid()811 uint8_t endpoint_in = 0, endpoint_out = 0; // default IN and OUT endpoints in test_device() local
171 private native long syncClock(int fd, int endpoint_out, int endpoint_in); in syncClock()