Searched refs:AParcel_getAllowFds (Results 1 – 6 of 6) sorted by relevance
32 bool AParcel_getAllowFds(const AParcel*);
61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_getAllowFds);177 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_getAllowFds); in init_stub_library()
146 AParcel_getAllowFds;
650 bool AParcel_getAllowFds(const AParcel* parcel) { in AParcel_getAllowFds() function
613 bool allowFds() const { return AParcel_getAllowFds(mParcel); } in allowFds()711 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()