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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp653 int fd_result = client->SendFile(fd); local
654 EXPECT_LE(0, fd_result);
655 EXPECT_NE(fd.Get(), fd_result);
657 fd_result = client->SendFile(fd);
658 EXPECT_EQ(fd.Get(), fd_result);

Completed in 376 milliseconds