Searched defs:FLAG_ONEWAY (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/include/binder/ | ||
D | IBinder.h | 57 FLAG_ONEWAY = 0x00000001 enumerator |
/frameworks/base/core/java/android/os/ | ||
D | IBinder.java | 151 int FLAG_ONEWAY = 0x00000001; field |