Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Ddefs.rs54 BC_ACQUIRE,
H A Dthread.rs1362 BC_ACQUIRE => { in write()
/linux/include/uapi/linux/android/
H A Dbinder.h509 BC_ACQUIRE = _IOW('c', 5, __u32), enumerator
/linux/drivers/android/
H A Dbinder.c4140 case BC_ACQUIRE: in binder_thread_write()
4145 bool strong = cmd == BC_ACQUIRE || cmd == BC_RELEASE; in binder_thread_write()
4146 bool increment = cmd == BC_INCREFS || cmd == BC_ACQUIRE; in binder_thread_write()
4185 case BC_ACQUIRE: in binder_thread_write()