Lines Matching full:brief
35 /** \brief Enumerates ADB endpoint types.
56 /** \brief Endpoint desriptor.
128 /** \brief Handle to an API object.
163 /** \brief Defines access type with which an I/O object (endpoint)
180 /** \brief Defines sharing mode with which an I/O object (endpoint)
197 /** \brief Provides information about an interface.
211 /** \brief Creates USB interface enumerator
232 /** \brief Gets next interface information
254 /** \brief Resets enumerator so next call to AdbNextInterface will start
264 /** \brief Creates USB interface object
273 /** \brief Creates USB interface object based on vendor, product and
292 /** \brief Gets interface name.
313 /** \brief Gets serial number for interface's device.
334 /** \brief Gets device descriptor for the USB device associated with
347 /** \brief Gets descriptor for the selected USB device configuration.
360 /** \brief Gets descriptor for the given interface.
372 /** \brief Gets information about an endpoint on the given interface.
388 /** \brief Gets information about default bulk read endpoint on the given
401 /** \brief Gets information about default bulk write endpoint on the given
414 /** \brief Opens an endpoint on the given interface.
437 /** \brief Opens default bulk read endpoint on the given interface.
456 /** \brief Opens default bulk write endpoint on the given interface.
475 /** \brief Gets handle to interface object for the given endpoint
484 /** \brief Gets information about the given endpoint.
495 /** \brief Asynchronously reads from the given endpoint.
518 /** \brief Asynchronously writes to the given endpoint.
541 /** \brief Synchronously reads from the given endpoint.
560 /** \brief Synchronously writes to the given endpoint.
579 /** \brief Gets overlapped I/O result for async I/O performed on the
604 /** \brief Checks if overlapped I/O has been completed.
614 /** \brief Closes handle previously opened with one of the API calls