Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Ddefs.rs63 BC_CLEAR_FREEZE_NOTIFICATION,
H A Dthread.rs1389 BC_CLEAR_FREEZE_NOTIFICATION => self.process.clear_freeze_notif(&mut reader)?, in write()
/linux/include/uapi/linux/android/
H A Dbinder.h578 BC_CLEAR_FREEZE_NOTIFICATION = _IOW('c', 20, enumerator
/linux/drivers/android/
H A Dbinder.c4566 case BC_CLEAR_FREEZE_NOTIFICATION: { in binder_thread_write()