Home
last modified time | relevance | path

Searched refs:AIBinder_toPlatformBinder (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A Dbinder_libbinder.h34 android::sp<android::IBinder> AIBinder_toPlatformBinder(AIBinder* binder);
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt149 AIBinder_toPlatformBinder*;
H A Dibinder.cpp738 android::sp<android::IBinder> AIBinder_toPlatformBinder(AIBinder* binder) { in AIBinder_toPlatformBinder() function
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp70 m_server = AIBinder_toPlatformBinder(rust_service()); in SetUp()
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp564 sp<IBinder> platformBinder = AIBinder_toPlatformBinder(binder.get()); in TEST()