Searched refs:RepeatNullableFd (Results 1 – 7 of 7) sorted by relevance
23 @nullable ParcelFileDescriptor RepeatNullableFd(in @nullable ParcelFileDescriptor fd); in RepeatNullableFd() method
62 @nullable ParcelFileDescriptor RepeatNullableFd(in @nullable ParcelFileDescriptor fd); in RepeatNullableFd() method
273 TEST_P(NdkBinderTest_Aidl, RepeatNullableFd) { in TEST_P() argument274 checkFdRepeat(iface, &ITest::RepeatNullableFd); in TEST_P()280 ASSERT_OK(iface->RepeatNullableFd(in, &out)); in TEST_P()
160 ::ndk::ScopedAStatus RepeatNullableFd( in RepeatNullableFd() function
161 public ParcelFileDescriptor RepeatNullableFd(ParcelFileDescriptor in_value) { in RepeatNullableFd() method in TestImpl
225 checkFdRepeated((fd) -> mInterface.RepeatNullableFd(fd)); in testRepeatNullableFd()226 assertEquals(null, mInterface.RepeatNullableFd(null)); in testRepeatNullableFd()