Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder_alloc.c40 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
45 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR;
157 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_prepare_to_free_locked()
231 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_update_page_range()
381 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
455 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
458 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
770 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
Dbinder.c125 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
141 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
172 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) \