Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dlibbinder.cpp32 sp<AIBinder> ndkBinder = ABpBinder::lookupOrCreateFromBinder(binder); in AIBinder_fromPlatformBinder() local
33 AIBinder_incStrong(ndkBinder.get()); in AIBinder_fromPlatformBinder()
34 return ndkBinder.get(); in AIBinder_fromPlatformBinder()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp161 auto ndkBinder = ndk::SpAIBinder(AIBinder_new(kNothingClass, nullptr)); in LLVMFuzzerTestOneInput() local
162 auto binder = AIBinder_toPlatformBinder(ndkBinder.get()); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1077 auto ndkBinder = aidl::IBinderRpcTest::fromBinder(binder); in TEST_P() local
1078 ASSERT_NE(ndkBinder, nullptr); in TEST_P()
1081 ndk::ScopedAStatus status = ndkBinder->doubleString("aoeu", &out); in TEST_P()