Searched refs:binder_user_error (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/android/ |
D | binder.c | 141 #define binder_user_error(x...) \ macro 454 binder_user_error("%d RLIMIT_NICE not set\n", current->pid); in binder_set_nice() 672 binder_user_error("%d: got transaction with invalid size %zd-%zd\n", in binder_alloc_buf() 1143 binder_user_error("%d invalid dec strong, ref %d desc %d s %d w %d\n", in binder_dec_ref() 1158 binder_user_error("%d invalid dec weak, ref %d desc %d s %d w %d\n", in binder_dec_ref() 1344 binder_user_error("%d:%d got reply transaction with no transaction stack\n", in binder_transaction() 1351 …binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has targ… in binder_transaction() 1368 …binder_user_error("%d:%d got reply transaction with bad target transaction stack %d, expected %d\n… in binder_transaction() 1385 binder_user_error("%d:%d got transaction to invalid handle\n", in binder_transaction() 1414 …binder_user_error("%d:%d got new transaction with bad transaction stack, transaction %d has target… in binder_transaction() [all …]
|