OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_device
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
getevent.c
22
PRINT_DEVICE
= 1U << 1,
351
if(print_flags &
PRINT_DEVICE
)
393
if(print_flags &
PRINT_DEVICE
)
497
int
print_device
= 0;
local
537
print_flags |=
PRINT_DEVICE
| PRINT_DEVICE_NAME | PRINT_DEVICE_INFO | PRINT_VERSION;
544
print_flags |= PRINT_DEVICE_ERRORS |
PRINT_DEVICE
601
print_flags |= PRINT_DEVICE_ERRORS |
PRINT_DEVICE
| PRINT_DEVICE_NAME;
602
print_device
= 1;
648
if(
print_device
)
/external/bluetooth/bluez/tools/
dfutool.c
104
static void
print_device
(struct usb_device *dev)
function
160
print_device
(dfu_dev[i]);
Completed in 131 milliseconds