Home
last modified time | relevance | path

Searched refs:binder_transaction_data_sg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/android/
Dbinder.h293 struct binder_transaction_data_sg { struct
488 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg),
489 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
/Linux-v5.4/drivers/android/
Dbinder.c3793 struct binder_transaction_data_sg tr; in binder_thread_write()