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

/linux-master/drivers/android/
H A Dbinder_internal.h217 * @has_async_transaction: async transaction to node in progress
264 bool has_async_transaction; member in struct:binder_node
H A Dbinder.c2777 if (node->has_async_transaction)
2780 node->has_async_transaction = true;
3794 BUG_ON(!buf_node->has_async_transaction);
3799 buf_node->has_async_transaction = false;
6144 if (!print_all && !node->has_async_transaction)

Completed in 316 milliseconds