Lines Matching refs:binder_user_error

170 #define binder_user_error(x...) \  macro
1125 binder_user_error("%d RLIMIT_NICE not set\n", current->pid); in binder_set_nice()
1474 binder_user_error("tried to use weak ref as strong ref\n"); in binder_get_ref_olocked()
1655 binder_user_error("%d invalid dec strong, ref %d desc %d s %d w %d\n", in binder_dec_ref_olocked()
1666 binder_user_error("%d invalid dec weak, ref %d desc %d s %d w %d\n", in binder_dec_ref_olocked()
2345 binder_user_error("%d:%d sending u%016llx node %d, cookie mismatch %016llx != %016llx\n", in binder_translate_binder()
2394 binder_user_error("%d:%d got transaction with invalid handle, %d\n", in binder_translate_handle()
2467 binder_user_error("%d:%d got %s with fd, %d, but target does not allow fds\n", in binder_translate_fd()
2477 binder_user_error("%d:%d got transaction with invalid fd, %d\n", in binder_translate_fd()
2523 binder_user_error("%d:%d got transaction with invalid number of fds (%lld)\n", in binder_translate_fd_array()
2530 binder_user_error("%d:%d not enough space to store %lld fds in buffer\n", in binder_translate_fd_array()
2542 binder_user_error("%d:%d parent offset not aligned correctly.\n", in binder_translate_fd_array()
2585 binder_user_error("%d:%d got transaction with invalid parent offset or type\n", in binder_fixup_parent()
2594 binder_user_error("%d:%d got transaction with out-of-order buffer fixup\n", in binder_fixup_parent()
2602 binder_user_error("%d:%d got transaction with invalid parent offset\n", in binder_fixup_parent()
2758 binder_user_error("%d:%d got reply transaction with no transaction stack\n", in binder_transaction()
2767binder_user_error("%d:%d got reply transaction with bad transaction stack, transaction %d has targ… in binder_transaction()
2791binder_user_error("%d:%d got reply transaction with bad target transaction stack %d, expected %d\n… in binder_transaction()
2826 binder_user_error("%d:%d got transaction to invalid handle\n", in binder_transaction()
2842 binder_user_error("%d:%d got transaction to context manager from process owning it\n", in binder_transaction()
2873binder_user_error("%d:%d got new transaction with bad transaction stack, transaction %d has target… in binder_transaction()
2985 binder_user_error("%d:%d got transaction with invalid data ptr\n", in binder_transaction()
2994 binder_user_error("%d:%d got transaction with invalid offsets ptr\n", in binder_transaction()
3002 binder_user_error("%d:%d got transaction with invalid offsets size, %lld\n", in binder_transaction()
3010 binder_user_error("%d:%d got transaction with unaligned buffers size, %lld\n", in binder_transaction()
3027binder_user_error("%d:%d got transaction with invalid offset (%lld, min %lld max %lld) or object.\… in binder_transaction()
3089 binder_user_error("%d:%d got transaction with invalid parent offset or type\n", in binder_transaction()
3100 binder_user_error("%d:%d got transaction with out-of-order buffer fixup\n", in binder_transaction()
3125 binder_user_error("%d:%d got transaction with too large buffer\n", in binder_transaction()
3135 binder_user_error("%d:%d got transaction with invalid offsets ptr\n", in binder_transaction()
3162 binder_user_error("%d:%d got transaction with invalid object type, %x\n", in binder_transaction()
3351 binder_user_error("%d:%d tried to acquire reference to desc %d, got %d instead\n", in binder_thread_write()
3371 binder_user_error("%d:%d %s %d refcount change on invalid ref %d ret %d\n", in binder_thread_write()
3398 binder_user_error("%d:%d %s u%016llx no match\n", in binder_thread_write()
3407 binder_user_error("%d:%d %s u%016llx node %d cookie mismatch %016llx != %016llx\n", in binder_thread_write()
3419 binder_user_error("%d:%d BC_ACQUIRE_DONE node %d has no pending acquire request\n", in binder_thread_write()
3429 binder_user_error("%d:%d BC_INCREFS_DONE node %d has no pending increfs request\n", in binder_thread_write()
3469 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx no match\n", in binder_thread_write()
3474 binder_user_error("%d:%d BC_FREE_BUFFER u%016llx matched unreturned buffer\n", in binder_thread_write()
3543 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called after BC_ENTER_LOOPER\n", in binder_thread_write()
3547 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called without request\n", in binder_thread_write()
3562 binder_user_error("%d:%d ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER\n", in binder_thread_write()
3610 binder_user_error("%d:%d %s invalid ref %d\n", in binder_thread_write()
3634 binder_user_error("%d:%d BC_REQUEST_DEATH_NOTIFICATION death notification already set\n", in binder_thread_write()
3656 binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification not active\n", in binder_thread_write()
3664binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification cookie mismatch %016llx !=… in binder_thread_write()
3725 binder_user_error("%d:%d BC_DEAD_BINDER_DONE %016llx not found\n", in binder_thread_write()
3863binder_user_error("%d:%d ERROR: Thread waiting for process work before calling BC_REGISTER_LOOPER … in binder_thread_read()