Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/
Dbinder.c151 #define binder_txn_error(x...) \ macro
3072 binder_txn_error("%d:%d reply target not found\n", in binder_transaction()
3139 binder_txn_error("%d:%d cannot find target node\n", in binder_transaction()
3150 binder_txn_error("%d:%d self transactions not allowed\n", in binder_transaction()
3159 binder_txn_error("%d:%d transaction credentials failed\n", in binder_transaction()
3232 binder_txn_error("%d:%d cannot allocate transaction\n", in binder_transaction()
3245 binder_txn_error("%d:%d cannot allocate work for transaction\n", in binder_transaction()
3296 binder_txn_error("%d:%d failed to get security context\n", in binder_transaction()
3306 binder_txn_error("%d:%d integer overflow of extra_buffers_size\n", in binder_transaction()
3328 binder_txn_error("cannot allocate buffer%s", s); in binder_transaction()
[all …]