Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_trace.h418 __field(bool, is_reply)
430 __entry->is_reply = t->is_reply;
438 __entry->context, __entry->error, __entry->is_reply,
H A Dbinder_internal.h541 unsigned is_reply:1; member
H A Dbinder.c3036 if (t->is_reply && nla_put_flag(skb, BINDER_A_REPORT_IS_REPLY)) in binder_netlink_report()
3126 t->is_reply = reply; in binder_transaction()
6407 t->code, t->flags, t->priority, t->is_async, t->is_reply, in print_binder_transaction_ilocked()
/linux/drivers/media/cec/core/
H A Dcec-adap.c1011 bool is_reply);
1111 bool is_reply = false; in cec_received_msg_ts() local
1272 is_reply = true; in cec_received_msg_ts()
1294 cec_receive_notify(adap, msg, is_reply); in cec_received_msg_ts()
2029 bool is_reply) in cec_receive_notify() argument
2213 if (!is_broadcast && !is_reply && !adap->follower_cnt && in cec_receive_notify()
2221 if (is_reply && !(msg->flags & CEC_MSG_FL_REPLY_TO_FOLLOWERS)) in cec_receive_notify()