Searched refs:call_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/android/
H A Dbinder.c204 int call_type; member in struct:binder_transaction_log_entry
2946 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
6449 e->debug_id, (e->call_type == 2) ? "reply" :
6450 ((e->call_type == 1) ? "async" : "call "), e->from_proc,

Completed in 118 milliseconds