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 - 2
of
2
) sorted by null
/system/core/adb/
usb_windows.cpp
100
static void
device_poll_thread
(void*);
175
void
device_poll_thread
(void*) {
function
192
// and then allow the
device_poll_thread
to redetect USB devices from
259
if (!adb_thread_create(
device_poll_thread
, nullptr)) {
usb_linux.cpp
574
static void
device_poll_thread
(void*) {
function
593
if (!adb_thread_create(
device_poll_thread
, nullptr)) {
Completed in 292 milliseconds