Home
last modified time | relevance | path

Searched refs:kAllFlags (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder.cpp696 constexpr binder_flags_t kAllFlags = FLAG_PRIVATE_VENDOR | FLAG_ONEWAY | FLAG_CLEAR_BUF; in AIBinder_transact() local
697 if ((flags & ~kAllFlags) != 0) { in AIBinder_transact()