/external/walt/android/WALT/app/src/main/jni/ |
sync_clock_jni.c | 34 jint endpoint_out, 39 clk.endpoint_out = (int)endpoint_out;
|
sync_clock.h | 31 int endpoint_out; member in struct:clock_connection
|
sync_clock_linux.c | 61 clk.endpoint_out = ep_out;
|
sync_clock.c | 131 return bulk_talk(clk->fd, clk->endpoint_out, &cmd, 1); 136 return send_char_async(clk->fd, clk->endpoint_out, cmd, NULL);
|
/external/libusb/examples/ |
xusb.c | 418 static void get_sense(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) 433 send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, &expected_tag); 454 static int test_mass_storage(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) 486 send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &expected_tag); 500 get_sense(handle, endpoint_in, endpoint_out); 509 send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, READ_CAPACITY_LENGTH, &expected_tag); 517 get_sense(handle, endpoint_in, endpoint_out); 534 send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expected_tag); 538 get_sense(handle, endpoint_in, endpoint_out); 811 uint8_t endpoint_in = 0, endpoint_out = 0; // default IN and OUT endpoint local [all...] |
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
WaltUsbConnection.java | 171 private native long syncClock(int fd, int endpoint_out, int endpoint_in);
|