Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp80 struct TestFdType { struct
81 int a;
82 LocalHandle fd;
84 TestFdType() {} in TestFdType() function
85 TestFdType(int a, LocalHandle fd) : a(a), fd(std::move(fd)) {} in TestFdType() argument