Searched refs:kAllFlags (Results 1 – 1 of 1) sorted by relevance
696 constexpr binder_flags_t kAllFlags = FLAG_PRIVATE_VENDOR | FLAG_ONEWAY | FLAG_CLEAR_BUF; in AIBinder_transact() local697 if ((flags & ~kAllFlags) != 0) { in AIBinder_transact()