Home
last modified time | relevance | path

Searched refs:GetFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
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) { in GetFile() function in __anon414d72a00111::TestClient
274 InvokeRemoteMethod<TestInterface::GetFile>(path, mode); in GetFile()
281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { in GetFile() function in __anon414d72a00111::TestClient
283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode); in GetFile()
397 case TestInterface::GetFile::Opcode: in HandleMessage()
398 DispatchRemoteMethod<TestInterface::GetFile>( in HandleMessage()
660 fd = client->GetFile("/dev/zero", O_RDONLY); in TEST_F()
669 const int error = client->GetFile("/dev/zero", O_RDONLY, &fd); in TEST_F()
/frameworks/native/libs/vr/libpdx/
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>(); in TEST_F()
264 client_->InvokeRemoteMethod<TestInterface::GetFile>("file", 0); in TEST_F()