Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_test.cc340 int client_fd_out = 0; in TEST_F() local
347 ASSERT_EQ(sls.AcceptIncomingConnection(fd, client_fd_out), 0); in TEST_F()
348 ASSERT_EQ(client_fd, client_fd_out); in TEST_F()