Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c395 bool has_async_transaction; member
2643 if (node->has_async_transaction) { in binder_proc_transaction()
2646 node->has_async_transaction = true; in binder_proc_transaction()
3494 BUG_ON(!buf_node->has_async_transaction); in binder_thread_write()
3499 buf_node->has_async_transaction = false; in binder_thread_write()