Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_alloc.c35 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
40 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR;
455 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in debug_no_space_locked()
503 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in debug_low_async_space_locked()
553 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
659 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf()
956 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
A Dbinder.c102 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
118 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
163 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) { in binder_user_error()

Completed in 18 milliseconds