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

  /development/host/windows/usb/legacy/driver/
android_usb_driver_defines.h 64 #define INVALID_UCHAR (static_cast<UCHAR>(0xFF))
android_usb_device_object.h 383 @return Pipe index or INVALID_UCHAR if index cannot be calculated.
520 return (INVALID_UCHAR != bulk_read_pipe_index());
525 return (INVALID_UCHAR != bulk_write_pipe_index());
android_usb_device_object.cpp 76 bulk_read_pipe_index_(INVALID_UCHAR),
77 bulk_write_pipe_index_(INVALID_UCHAR),
349 if (INVALID_UCHAR == pipe_index) {
726 if ((INVALID_UCHAR == endpoint_index) ||
    [all...]

Completed in 45 milliseconds