Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_ibinder_platform.h78 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder);
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt126 AIBinder_fromPlatformBinder*;
Dibinder.cpp707 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder) { in AIBinder_fromPlatformBinder() function
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp376 ndk::SpAIBinder backBinder = ndk::SpAIBinder(AIBinder_fromPlatformBinder(platformBinder)); in TEST()