HomeSort by relevance Sort by last modified time
    Searched defs:endpoint_index (Results 1 - 3 of 3) sorted by null

  /development/host/windows/usb/api/
adb_endpoint_object.h 40 @param[in] endpoint_index Zero-based endpoint index in the interface's
45 UCHAR endpoint_index);
201 UCHAR endpoint_index() const { function in class:AdbEndpointObject
adb_api_legacy.h 130 UCHAR endpoint_index; member in struct:AdbQueryEndpointInformation
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 719 UCHAR endpoint_index = in->endpoint_index;
720 if (ADB_QUERY_BULK_WRITE_ENDPOINT_INDEX == endpoint_index)
721 endpoint_index = bulk_write_pipe_index();
722 else if (ADB_QUERY_BULK_READ_ENDPOINT_INDEX == endpoint_index)
723 endpoint_index = bulk_read_pipe_index();
726 if ((INVALID_UCHAR == endpoint_index) ||
727 (endpoint_index >= configured_pipes_num())) {
736 WdfUsbInterfaceGetConfiguredPipe(wdf_usb_interface(), endpoint_index, &pipe_info);
700 UCHAR endpoint_index = in->endpoint_index; local
    [all...]

Completed in 60 milliseconds