Searched refs:GetFile (Results 1 - 2 of 2) 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...]
/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp53 PDX_REMOTE_METHOD(GetFile, kOpGetFile, LocalHandle(const std::string&, int));
56 PDX_REMOTE_API(API, Add, SendFile, GetFile, PushChannel);
249 client_->InvokeRemoteMethod<TestInterface::GetFile>();
264 client_->InvokeRemoteMethod<TestInterface::GetFile>("file", 0);

Completed in 48 milliseconds