Searched refs:AIBinder_fromPlatformBinder (Results 1 – 11 of 11) sorted by relevance
210 return AIBinder_fromPlatformBinder(session->getRootObject()); in ARpcSession_setupVsockClient()222 return AIBinder_fromPlatformBinder(session->getRootObject()); in ARpcSession_setupUnixDomainClient()238 return AIBinder_fromPlatformBinder(session->getRootObject()); in ARpcSession_setupUnixDomainBootstrapClient()248 return AIBinder_fromPlatformBinder(session->getRootObject()); in ARpcSession_setupInet()260 return AIBinder_fromPlatformBinder(session->getRootObject()); in ARpcSession_setupPreconnectedClient()
50 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder);
147 mNdkOwnerToken.set(AIBinder_fromPlatformBinder(mOwnerToken)); in createCamera()223 ndk::SpAIBinder ndkToken(AIBinder_fromPlatformBinder(token)); in TEST_F()237 ndk::SpAIBinder ndkToken(AIBinder_fromPlatformBinder(token)); in TEST_F()278 ndk::SpAIBinder ndkToken(AIBinder_fromPlatformBinder(token)); in TEST_F()366 ndk::SpAIBinder(AIBinder_fromPlatformBinder(otherToken))), in TEST_F()420 ndk::SpAIBinder ndkOtherToken(AIBinder_fromPlatformBinder(otherToken)); in TEST_F()
31 AIBinder* AIBinder_fromPlatformBinder(const sp<IBinder>& binder) { in AIBinder_fromPlatformBinder() function
255 AIBinder_fromPlatformBinder*;
125 AIBinder *ndkBinder = AIBinder_fromPlatformBinder(intf); in readFromParcel()
152 AIBinder_forceDowngradeToLocalStability(AIBinder_fromPlatformBinder(someBinder)); in TEST()
1076 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()1089 ndk::SpAIBinder binder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(proc.rootBinder)); in TEST_P()
470 mTestCameraToken.set(AIBinder_fromPlatformBinder(token)); in enableTestCameraCmd()
958 ndk::SpAIBinder backBinder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(platformBinder)); in TEST()
2321 std::unique_ptr<AIBinder, decltype(&AIBinder_decStrong)> aiBinder(AIBinder_fromPlatformBinder( in convertAudioMixFromNative()