Searched refs:endpoint_out (Results 1 – 6 of 6) sorted by relevance
/external/walt/android/WALT/app/src/main/jni/ |
D | sync_clock_jni.c | 34 jint endpoint_out, in Java_org_chromium_latency_walt_WaltUsbConnection_syncClock__III() argument 39 clk.endpoint_out = (int)endpoint_out; in Java_org_chromium_latency_walt_WaltUsbConnection_syncClock__III()
|
D | sync_clock.h | 31 int endpoint_out; member
|
D | sync_clock_linux.c | 61 clk.endpoint_out = ep_out; in main()
|
D | sync_clock.c | 131 return bulk_talk(clk->fd, clk->endpoint_out, &cmd, 1); in send_cmd() 136 return send_char_async(clk->fd, clk->endpoint_out, cmd, NULL); in send_async()
|
/external/libusb/examples/ |
D | xusb.c | 419 static void get_sense(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) in get_sense() argument 434 …send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense() 455 …atic int test_mass_storage(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) in test_mass_storage() argument 487 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &exp… in test_mass_storage() 501 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage() 510 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, READ_CAPACITY_LENGTH… in test_mass_storage() 518 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage() 535 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expecte… in test_mass_storage() 539 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage() 812 uint8_t endpoint_in = 0, endpoint_out = 0; // default IN and OUT endpoints in test_device() local [all …]
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | WaltUsbConnection.java | 171 private native long syncClock(int fd, int endpoint_out, int endpoint_in); in syncClock() argument
|