Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp45 using ::ndk::ScopedFileDescriptor;
289 static void checkInOut(const ScopedFileDescriptor& inFd, in checkInOut()
290 const ScopedFileDescriptor& outFd) { in checkInOut()
306 ScopedAStatus (ITest::*repeatFd)(const ScopedFileDescriptor&, in checkFdRepeat() argument
307 ScopedFileDescriptor*)) { in checkFdRepeat() argument
313 ScopedFileDescriptor readFd(fds[0]); in checkFdRepeat()
314 ScopedFileDescriptor writeFd(fds[1]); in checkFdRepeat()
316 ScopedFileDescriptor readOutFd; in checkFdRepeat()
327 std::vector<ScopedFileDescriptor> sfds; in TEST_P()
331 std::vector<ScopedFileDescriptor> sfds_out1; in TEST_P()
[all …]
Ditest_impl.h170 const ::ndk::ScopedFileDescriptor& in_value, in RepeatFd()
171 ::ndk::ScopedFileDescriptor* _aidl_return) override { in RepeatFd()
177 const std::vector<::ndk::ScopedFileDescriptor>& in_input, in RepeatFdArray()
178 std::vector<::ndk::ScopedFileDescriptor>* out_repeated, in RepeatFdArray()
179 std::vector<::ndk::ScopedFileDescriptor>* _aidl_return) override { in RepeatFdArray()
189 const ::ndk::ScopedFileDescriptor& in_value, in RepeatNullableFd()
190 ::ndk::ScopedFileDescriptor* _aidl_return) override { in RepeatNullableFd()