Searched refs:kOneWay (Results 1 – 1 of 1) sorted by relevance
30 constexpr int kOneWay = 0x01; variable38 if (flag & kOneWay) { in BinderFlagsToHuman()134 bool expects_reply = !is_reply && ((flags & kOneWay) == 0); in Transaction()