Home
last modified time | relevance | path

Searched refs:RemoteHandle (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_message_writer.h17 Status<FileReference>(const RemoteHandle& handle));
H A Dmessage_writer.h16 virtual Status<FileReference> PushFileHandle(const RemoteHandle& handle) = 0;
H A Dfile_handle.h124 using RemoteHandle = FileHandle<FileHandleMode::Remote>; variable
H A Dmock_service_endpoint.h51 const RemoteHandle& handle));
H A Dservice_endpoint.h117 const RemoteHandle& handle) = 0;
H A Dutility.h163 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override {
303 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override {
H A Dservice.h160 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;
181 Status<void> Reply(const RemoteHandle& handle);
H A Dclient.h259 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp31 using android::pdx::RemoteHandle;
908 EXPECT_TRUE((IsConvertible<LocalHandle, RemoteHandle>::value)); in TEST()
913 TestTemplateType<RemoteHandle>>::value)); in TEST()
916 EXPECT_FALSE((IsConvertible<TestTemplateType<RemoteHandle>, in TEST()
926 EXPECT_TRUE(HasSerializableMembers<TestTemplateType<RemoteHandle>>::value); in TEST()
932 TestTemplateType<RemoteHandle>>>::value); in TEST()
941 EXPECT_TRUE(HasSerializableMembers<TestTemplateType<RemoteHandle>>::value); in TEST()
H A Dipc_helper.cpp262 Status<FileReference> SendPayload::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
H A Dservice_endpoint.cpp716 const RemoteHandle& handle) { in PushFileHandle()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp21 using android::pdx::RemoteHandle;
452 RemoteHandle handle{123}; in TEST_F()
459 RemoteHandle handle{-EIO}; in TEST_F()
594 RemoteHandle handle{kFakeFd}; in TEST_F()
596 PushFileHandle(message_.get(), Matcher<const RemoteHandle&>( in TEST_F()
H A Dservice.cpp172 Status<FileReference> Message::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
317 Status<void> Message::Reply(const RemoteHandle& handle) { in Reply()
H A Dclient.cpp243 Status<FileReference> Transaction::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
H A Dclient_tests.cpp21 using android::pdx::RemoteHandle;
528 EXPECT_EQ(3, transaction_.PushFileHandle(RemoteHandle{3}).get()); in TEST_F()
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dmessage_fuzzer.cpp92 RemoteHandle r_handle = {}; in LLVMFuzzerTestOneInput()
H A Dhelpers.h236 const RemoteHandle& handle) { in PushFileHandle()
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h70 const RemoteHandle& handle) override;
H A Dipc_helper.h72 Status<FileReference> PushFileHandle(const RemoteHandle& handle) override;
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dtype_operators.h173 struct IsConvertible<LocalHandle, RemoteHandle> : std::true_type {};