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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp170 PDX_REMOTE_METHOD(GetFile, kOpGetFile, LocalHandle(const std::string&, int));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
272 LocalHandle GetFile(const std::string& path, int mode) { function in class:__anon1773::TestClient
274 InvokeRemoteMethod<TestInterface::GetFile>(path, mode);
281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { function in class:__anon1773::TestClient
283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode);
397 case TestInterface::GetFile::Opcode:
398 DispatchRemoteMethod<TestInterface::GetFile>(
660 fd = client->GetFile("/dev/zero", O_RDONLY);
669 const int error = client->GetFile("/de
[all...]

Completed in 162 milliseconds