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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { argument
283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode);
316 int PushChannel(LocalChannelHandle* fd_out) { argument
317 auto status = InvokeRemoteMethodInPlace<TestInterface::PushChannel>(fd_out);

Completed in 28 milliseconds