Home
last modified time | relevance | path

Searched defs:FLAG_ONEWAY (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h50 FLAG_ONEWAY = 0x01, enumerator
/frameworks/native/libs/binder/include/binder/
DIBinder.h79 FLAG_ONEWAY = 0x00000001, enumerator
/frameworks/native/include/binder/
DIBinder.h79 FLAG_ONEWAY = 0x00000001, enumerator
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp88 FLAG_ONEWAY = FLAG_ONEWAY, enumerator
/frameworks/base/core/java/android/os/
DIBinder.java176 int FLAG_ONEWAY = 0x00000001; field
/frameworks/base/core/tests/coretests/src/android/os/
DBinderUncaughtExceptionHandlerTest.kt50 private const val FLAG_ONEWAY = 1 constant
/frameworks/native/libs/binder/rust/src/
Dbinder.rs208 pub const FLAG_ONEWAY: TransactionFlags = sys::FLAG_ONEWAY; constant