Searched refs:ndkBinder (Results 1 – 2 of 2) sorted by relevance
744 sp<AIBinder> ndkBinder = ABpBinder::lookupOrCreateFromBinder(binder); in AIBinder_fromPlatformBinder() local745 AIBinder_incStrong(ndkBinder.get()); in AIBinder_fromPlatformBinder()746 return ndkBinder.get(); in AIBinder_fromPlatformBinder()
905 auto ndkBinder = aidl::IBinderRpcTest::fromBinder(binder); in TEST_P() local906 ASSERT_NE(ndkBinder, nullptr); in TEST_P()909 ndk::ScopedAStatus status = ndkBinder->doubleString("aoeu", &out); in TEST_P()