Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_parcel_platform.h32 bool AParcel_getAllowFds(const AParcel*);
/frameworks/base/libs/hwui/jni/
DScopedParcel.h46 bool allowFds() const { return AParcel_getAllowFds(mParcel); } in allowFds()
DBitmap.cpp650 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);
264 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
Dstubs_arm64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);
264 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
Dstubs_riscv64.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);
264 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt253 AParcel_getAllowFds;
Dparcel.cpp678 bool AParcel_getAllowFds(const AParcel* parcel) { in AParcel_getAllowFds() function