Home
last modified time | relevance | path

Searched refs:ndkBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder.cpp744 sp<AIBinder> ndkBinder = ABpBinder::lookupOrCreateFromBinder(binder); in AIBinder_fromPlatformBinder() local
745 AIBinder_incStrong(ndkBinder.get()); in AIBinder_fromPlatformBinder()
746 return ndkBinder.get(); in AIBinder_fromPlatformBinder()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp905 auto ndkBinder = aidl::IBinderRpcTest::fromBinder(binder); in TEST_P() local
906 ASSERT_NE(ndkBinder, nullptr); in TEST_P()
909 ndk::ScopedAStatus status = ndkBinder->doubleString("aoeu", &out); in TEST_P()