Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_parcel_platform.h34 bool AParcel_getAllowFds(const AParcel*);
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);
168 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
Dstubs_arm.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);
168 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt124 AParcel_getAllowFds;
Dparcel.cpp646 bool AParcel_getAllowFds(const AParcel* parcel) { in AParcel_getAllowFds() function