Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h50 FLAG_ONEWAY = 0x01, enumerator
/frameworks/native/include/binder/
DIBinder.h74 FLAG_ONEWAY = 0x00000001, enumerator
/frameworks/native/libs/binder/include/binder/
DIBinder.h74 FLAG_ONEWAY = 0x00000001, enumerator
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp82 FLAG_ONEWAY = FLAG_ONEWAY, enumerator
/frameworks/base/core/java/android/os/
DIBinder.java170 int FLAG_ONEWAY = 0x00000001; field
/frameworks/native/libs/binder/rust/src/
Dbinder.rs114 pub const FLAG_ONEWAY: TransactionFlags = sys::FLAG_ONEWAY; constant