Home
last modified time | relevance | path

Searched refs:AIBinder_fromPlatformBinder (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_libbinder.h48 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder);
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt148 AIBinder_fromPlatformBinder*;
Dibinder.cpp743 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder) { in AIBinder_fromPlatformBinder() function
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp152 AIBinder_forceDowngradeToLocalStability(AIBinder_fromPlatformBinder(someBinder)); in TEST()
DbinderRpcTest.cpp893 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()
902 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp575 ndk::SpAIBinder backBinder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(platformBinder)); in TEST()