Lines Matching refs:binder_user_error

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()
1351binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has targ… in binder_transaction()
1368binder_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()
1414binder_user_error("%d:%d got new transaction with bad transaction stack, transaction %d has target… in binder_transaction()
1506 binder_user_error("%d:%d got transaction with invalid data ptr\n", in binder_transaction()
1513 binder_user_error("%d:%d got transaction with invalid offsets ptr\n", in binder_transaction()
1519 binder_user_error("%d:%d got transaction with invalid offsets size, %lld\n", in binder_transaction()
1531 binder_user_error("%d:%d got transaction with invalid offset, %lld\n", in binder_transaction()
1553 binder_user_error("%d:%d sending u%016llx node %d, cookie mismatch %016llx != %016llx\n", in binder_transaction()
1589 binder_user_error("%d:%d got transaction with invalid handle, %d\n", in binder_transaction()
1638 binder_user_error("%d:%d got reply with fd, %d, but target does not allow fds\n", in binder_transaction()
1644 binder_user_error("%d:%d got transaction with fd, %d, but target does not allow fds\n", in binder_transaction()
1652 binder_user_error("%d:%d got transaction with invalid fd, %d\n", in binder_transaction()
1679 binder_user_error("%d:%d got transaction with invalid object type, %x\n", in binder_transaction()
1792 binder_user_error("%d:%d tried to acquire reference to desc 0, got %d instead\n", in binder_thread_write()
1799 binder_user_error("%d:%d refcount change on invalid ref %d\n", in binder_thread_write()
1842 binder_user_error("%d:%d %s u%016llx no match\n", in binder_thread_write()
1851 binder_user_error("%d:%d %s u%016llx node %d cookie mismatch %016llx != %016llx\n", in binder_thread_write()
1861 binder_user_error("%d:%d BC_ACQUIRE_DONE node %d has no pending acquire request\n", in binder_thread_write()
1869 binder_user_error("%d:%d BC_INCREFS_DONE node %d has no pending increfs request\n", in binder_thread_write()
1901 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx no match\n", in binder_thread_write()
1906 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx matched unreturned buffer\n", in binder_thread_write()
1950 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called after BC_ENTER_LOOPER\n", in binder_thread_write()
1954 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called without request\n", in binder_thread_write()
1968 binder_user_error("%d:%d ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER\n", in binder_thread_write()
1995 binder_user_error("%d:%d %s invalid ref %d\n", in binder_thread_write()
2015 binder_user_error("%d:%d BC_REQUEST_DEATH_NOTIFICATION death notification already set\n", in binder_thread_write()
2042 binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification not active\n", in binder_thread_write()
2048binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification cookie mismatch %016llx !=… in binder_thread_write()
2091 binder_user_error("%d:%d BC_DEAD_BINDER_DONE %016llx not found\n", in binder_thread_write()
2195binder_user_error("%d:%d ERROR: Thread waiting for process work before calling BC_REGISTER_LOOPER … in binder_thread_read()