OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_poll_thread
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
usb_windows.c
87
void*
device_poll_thread
(void* unused);
168
void*
device_poll_thread
(void* unused) {
function
182
if(adb_thread_create(&tid,
device_poll_thread
, NULL)) {
usb_libusb.c
605
device_poll_thread
(void* unused)
function
607
D("
device_poll_thread
(): Created USB scan thread\n");
651
if (adb_thread_create(&tid,
device_poll_thread
, NULL)) {
usb_linux.c
684
void*
device_poll_thread
(void* unused)
function
712
if(adb_thread_create(&tid,
device_poll_thread
, NULL)){
Completed in 461 milliseconds