Searched refs:ndkBinder (Results 1 – 3 of 3) sorted by relevance
32 sp<AIBinder> ndkBinder = ABpBinder::lookupOrCreateFromBinder(binder); in AIBinder_fromPlatformBinder() local33 AIBinder_incStrong(ndkBinder.get()); in AIBinder_fromPlatformBinder()34 return ndkBinder.get(); in AIBinder_fromPlatformBinder()
161 auto ndkBinder = ndk::SpAIBinder(AIBinder_new(kNothingClass, nullptr)); in LLVMFuzzerTestOneInput() local162 auto binder = AIBinder_toPlatformBinder(ndkBinder.get()); in LLVMFuzzerTestOneInput()
1077 auto ndkBinder = aidl::IBinderRpcTest::fromBinder(binder); in TEST_P() local1078 ASSERT_NE(ndkBinder, nullptr); in TEST_P()1081 ndk::ScopedAStatus status = ndkBinder->doubleString("aoeu", &out); in TEST_P()