Searched refs:FLAG_ONEWAY (Results 1 – 11 of 11) sorted by relevance
19 import static android.os.IBinder.FLAG_ONEWAY;66 if ((flags & FLAG_ONEWAY) == FLAG_ONEWAY || sBlockingIpcs.empty()
170 int FLAG_ONEWAY = 0x00000001; field
531 if (warnOnBlocking && ((flags & FLAG_ONEWAY) == 0) in transact()579 if ((flags & FLAG_ONEWAY) == 0 && AppOpsManager.isListeningForOpNoted()) { in transact()660 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY); in dumpAsync()
1372 if ((flags & FLAG_ONEWAY) != 0) { in execTransactInternal()
64 if (flags and IBinder.FLAG_ONEWAY != 0) return null
550 IBinder.FLAG_ONEWAY); in getTypeAsync()567 IBinder.FLAG_ONEWAY); in getTypeAnonymousAsync()879 Binder.FLAG_ONEWAY); in canonicalizeAsync()919 Binder.FLAG_ONEWAY); in uncanonicalizeAsync()
157 bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0; in onTransact()
1436 Parcel.obtain(), null, IBinder.FLAG_ONEWAY); in prepareInternal()
2768 Binder.FLAG_ONEWAY); in onTransact()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33100 field public static final int FLAG_ONEWAY = 1; // 0x1