Home
last modified time | relevance | path

Searched defs:FLAG_PRIVATE_LOCAL (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_stability.h36 FLAG_PRIVATE_LOCAL = FLAG_PRIVATE_VENDOR, enumerator
72 FLAG_PRIVATE_LOCAL = 0, enumerator
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp84 FLAG_PRIVATE_LOCAL = FLAG_PRIVATE_LOCAL, enumerator
/frameworks/native/libs/binder/rust/src/
Dbinder.rs184 pub const FLAG_PRIVATE_LOCAL: TransactionFlags = sys::FLAG_PRIVATE_LOCAL; constant