Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp84 return AIBinder_fromPlatformBinder(session->getRootObject()); in RpcClient()
94 return AIBinder_fromPlatformBinder(session->getRootObject()); in RpcPreconnectedClient()
/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.txt159 AIBinder_fromPlatformBinder*;
Dibinder.cpp793 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.cpp1331 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()
1340 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp659 ndk::SpAIBinder backBinder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(platformBinder)); in TEST()