Home
last modified time | relevance | path

Searched refs:dummy_fds (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfdevent_test.h39 int dummy_fds[2]; in PrepareThread() local
40 if (adb_socketpair(dummy_fds) != 0) { in PrepareThread()
44 asocket* dummy_socket = create_local_socket(dummy_fds[1]); in PrepareThread()
49 dummy = dummy_fds[0]; in PrepareThread()