Home
last modified time | relevance | path

Searched defs:write_thread (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c54 static void* write_thread(void* arg) { in write_thread() function
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c64 static void* write_thread(void* arg) { in write_thread() function
/aosp12/packages/modules/adb/
H A Dtransport.cpp409 std::thread write_thread; in Stop() local