Searched refs:AParcel_getAllowFds (Results 1 – 8 of 8) sorted by relevance
32 bool AParcel_getAllowFds(const AParcel*);
46 bool allowFds() const { return AParcel_getAllowFds(mParcel); } in allowFds()
650 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()
75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);264 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
253 AParcel_getAllowFds;
678 bool AParcel_getAllowFds(const AParcel* parcel) { in AParcel_getAllowFds() function