OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_bulk_in
(Results
1 - 4
of
4
) sorted by null
/system/core/fastboot/
usb.h
47
unsigned char
has_bulk_in
;
member in struct:usb_ifc_info
usb_osx.cpp
196
handle->info.
has_bulk_in
= 0;
218
handle->info.
has_bulk_in
= 1;
232
if (handle->info.
has_bulk_in
&& handle->info.has_bulk_out) {
247
if (handle->info.
has_bulk_in
) {
usbtest.cpp
57
info->
has_bulk_in
? " in" : "",
usb_linux.cpp
256
info.
has_bulk_in
= (in != -1);
Completed in 1291 milliseconds