Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs1660 const _IOC_READ_WRITE: u32 = _IOC_READ | _IOC_WRITE; in ioctl() constant
1664 _IOC_READ_WRITE => Self::ioctl_write_read(this, file, cmd, user_slice), in ioctl()