Searched defs:TestFdType (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp80 struct TestFdType { struct in namespace:__anon1773
84 TestFdType() {} function in struct:__anon1773::TestFdType
85 TestFdType(int a, LocalHandle fd) : a(a), fd(std::move(fd)) {} function in struct:__anon1773::TestFdType
88 PDX_SERIALIZABLE_MEMBERS(TestFdType, a, fd);
172 TestFdType(int, const std::string&, int));
287 TestFdType GetTestFdType(int a, const std::string& path, int mode) {
288 Status<TestFdType> status =
484 TestFdType OnGetTestFdType(Message& message, int a, const std::string& path,
486 TestFdType return_value(a, LocalHandle(path, mode));
734 TestFdType resul
[all...]

Completed in 106 milliseconds