Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder_alloc.c34 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
39 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR;
220 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_update_page_range()
357 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
431 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
434 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
729 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
Dbinder.c103 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
119 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
150 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) \