Searched refs:RepeatNullableFd (Results 1 – 7 of 7) sorted by relevance
73 @nullable ParcelFileDescriptor RepeatNullableFd(in @nullable ParcelFileDescriptor fd); in RepeatNullableFd() method
59 @nullable ParcelFileDescriptor RepeatNullableFd(in @nullable ParcelFileDescriptor fd); in RepeatNullableFd() method
436 TEST_P(NdkBinderTest_Aidl, RepeatNullableFd) { in TEST_P() argument437 checkFdRepeat(iface, &ITest::RepeatNullableFd); in TEST_P()443 ASSERT_OK(iface->RepeatNullableFd(in, &out)); in TEST_P()
195 ::ndk::ScopedAStatus RepeatNullableFd( in RepeatNullableFd() function
190 public ParcelFileDescriptor RepeatNullableFd(ParcelFileDescriptor in_value) { in RepeatNullableFd() method in TestImpl
260 checkFdRepeated((fd) -> mInterface.RepeatNullableFd(fd)); in testRepeatNullableFd()261 assertEquals(null, mInterface.RepeatNullableFd(null)); in testRepeatNullableFd()