Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_ibinder_platform.h31 FLAG_CLEAR_BUF = 0x20, enumerator
/frameworks/native/include/binder/
DIBinder.h83 FLAG_CLEAR_BUF = 0x00000020, enumerator
/frameworks/native/libs/binder/include/binder/
DIBinder.h83 FLAG_CLEAR_BUF = 0x00000020, enumerator
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp83 FLAG_CLEAR_BUF = FLAG_CLEAR_BUF, enumerator
/frameworks/base/core/java/android/os/
DIBinder.java179 int FLAG_CLEAR_BUF = 0x00000020; field
/frameworks/native/libs/binder/rust/src/
Dbinder.rs182 pub const FLAG_CLEAR_BUF: TransactionFlags = sys::FLAG_CLEAR_BUF; constant