Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Ddefs.rs64 BC_FREEZE_NOTIFICATION_DONE,
H A Dthread.rs1390 BC_FREEZE_NOTIFICATION_DONE => self.process.freeze_notif_done(&mut reader)?, in write()
/linux/drivers/android/
H A Dbinder_internal.h135 atomic_t bc[_IOC_NR(BC_FREEZE_NOTIFICATION_DONE) + 1];
H A Dbinder.c4578 case BC_FREEZE_NOTIFICATION_DONE: { in binder_thread_write()
/linux/include/uapi/linux/android/
H A Dbinder.h585 BC_FREEZE_NOTIFICATION_DONE = _IOW('c', 21, binder_uintptr_t), enumerator