Home
last modified time | relevance | path

Searched defs:oneway (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dtransaction.rs244 let oneway = self.flags & TF_ONE_WAY != 0; in submit() localVariable
/linux/drivers/android/
H A Dbinder.c2848 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction() local
5054 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read() local
/linux/net/tipc/
H A Dsocket.c132 u32 oneway; member