Searched refs:FdEventThreadFunc (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfdevent_test.cpp86 static void FdEventThreadFunc(ThreadArg* arg) { function
124 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(FdEventThreadFunc), &thread_arg,
H A Dsocket_test.cpp43 static void FdEventThreadFunc(void*) { function
88 ASSERT_TRUE(adb_thread_create(FdEventThreadFunc, nullptr, &thread));

Completed in 65 milliseconds