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.cpp55 using ::ndk::ScopedFileDescriptor;
363 static void checkInOut(const ScopedFileDescriptor& inFd, in checkInOut()
364 const ScopedFileDescriptor& outFd) { in checkInOut()
380 ScopedAStatus (ITest::*repeatFd)(const ScopedFileDescriptor&, in checkFdRepeat() argument
381 ScopedFileDescriptor*)) { in checkFdRepeat() argument
387 ScopedFileDescriptor readFd(fds[0]); in checkFdRepeat()
388 ScopedFileDescriptor writeFd(fds[1]); in checkFdRepeat()
390 ScopedFileDescriptor readOutFd; in checkFdRepeat()
401 std::vector<ScopedFileDescriptor> sfds; in TEST_P()
405 std::vector<ScopedFileDescriptor> sfds_out1; in TEST_P()
[all …]
Ditest_impl.h178 const ::ndk::ScopedFileDescriptor& in_value, in RepeatFd()
179 ::ndk::ScopedFileDescriptor* _aidl_return) override { in RepeatFd()
185 const std::vector<::ndk::ScopedFileDescriptor>& in_input, in RepeatFdArray()
186 std::vector<::ndk::ScopedFileDescriptor>* out_repeated, in RepeatFdArray()
187 std::vector<::ndk::ScopedFileDescriptor>* _aidl_return) override { in RepeatFdArray()
197 const ::ndk::ScopedFileDescriptor& in_value, in RepeatNullableFd()
198 ::ndk::ScopedFileDescriptor* _aidl_return) override { in RepeatNullableFd()