HomeSort by relevance Sort by last modified time
    Searched refs:FdEventThreadFunc (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
fdevent_test.cpp 86 static void FdEventThreadFunc(ThreadArg* arg) {
124 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(FdEventThreadFunc), &thread_arg,
socket_test.cpp 43 static void FdEventThreadFunc(void*) {
88 ASSERT_TRUE(adb_thread_create(FdEventThreadFunc, nullptr, &thread));

Completed in 730 milliseconds