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

/linux-4.1.27/drivers/android/
H A Dbinder.c141 #define binder_user_error(x...) \ macro
454 binder_user_error("%d RLIMIT_NICE not set\n", current->pid); binder_set_nice()
672 binder_user_error("%d: got transaction with invalid size %zd-%zd\n", binder_alloc_buf()
1143 binder_user_error("%d invalid dec strong, ref %d desc %d s %d w %d\n", binder_dec_ref()
1158 binder_user_error("%d invalid dec weak, ref %d desc %d s %d w %d\n", binder_dec_ref()
1344 binder_user_error("%d:%d got reply transaction with no transaction stack\n", binder_transaction()
1351 binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has target %d:%d\n", binder_transaction()
1368 binder_user_error("%d:%d got reply transaction with bad target transaction stack %d, expected %d\n", binder_transaction()
1385 binder_user_error("%d:%d got transaction to invalid handle\n", binder_transaction()
1414 binder_user_error("%d:%d got new transaction with bad transaction stack, transaction %d has target %d:%d\n", binder_transaction()
1506 binder_user_error("%d:%d got transaction with invalid data ptr\n", binder_transaction()
1513 binder_user_error("%d:%d got transaction with invalid offsets ptr\n", binder_transaction()
1519 binder_user_error("%d:%d got transaction with invalid offsets size, %lld\n", binder_transaction()
1531 binder_user_error("%d:%d got transaction with invalid offset, %lld\n", binder_transaction()
1553 binder_user_error("%d:%d sending u%016llx node %d, cookie mismatch %016llx != %016llx\n", binder_transaction()
1589 binder_user_error("%d:%d got transaction with invalid handle, %d\n", binder_transaction()
1638 binder_user_error("%d:%d got reply with fd, %d, but target does not allow fds\n", binder_transaction()
1644 binder_user_error("%d:%d got transaction with fd, %d, but target does not allow fds\n", binder_transaction()
1652 binder_user_error("%d:%d got transaction with invalid fd, %d\n", binder_transaction()
1679 binder_user_error("%d:%d got transaction with invalid object type, %x\n", binder_transaction()
1792 binder_user_error("%d:%d tried to acquire reference to desc 0, got %d instead\n", binder_thread_write()
1799 binder_user_error("%d:%d refcount change on invalid ref %d\n", binder_thread_write()
1842 binder_user_error("%d:%d %s u%016llx no match\n", binder_thread_write()
1851 binder_user_error("%d:%d %s u%016llx node %d cookie mismatch %016llx != %016llx\n", binder_thread_write()
1861 binder_user_error("%d:%d BC_ACQUIRE_DONE node %d has no pending acquire request\n", binder_thread_write()
1869 binder_user_error("%d:%d BC_INCREFS_DONE node %d has no pending increfs request\n", binder_thread_write()
1901 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx no match\n", binder_thread_write()
1906 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx matched unreturned buffer\n", binder_thread_write()
1950 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called after BC_ENTER_LOOPER\n", binder_thread_write()
1954 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called without request\n", binder_thread_write()
1968 binder_user_error("%d:%d ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER\n", binder_thread_write()
1995 binder_user_error("%d:%d %s invalid ref %d\n", binder_thread_write()
2015 binder_user_error("%d:%d BC_REQUEST_DEATH_NOTIFICATION death notification already set\n", binder_thread_write()
2042 binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification not active\n", binder_thread_write()
2048 binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification cookie mismatch %016llx != %016llx\n", binder_thread_write()
2091 binder_user_error("%d:%d BC_DEAD_BINDER_DONE %016llx not found\n", binder_thread_write()
2195 binder_user_error("%d:%d ERROR: Thread waiting for process work before calling BC_REGISTER_LOOPER or BC_ENTER_LOOPER (state %x)\n", binder_thread_read()

Completed in 199 milliseconds