Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_alloc.c35 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
40 static uint32_t binder_alloc_debug_mask = BINDER_DEBUG_USER_ERROR;
221 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_update_page_range()
374 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in debug_low_async_space_locked()
403 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
478 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
481 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_new_buf_locked()
806 binder_alloc_debug(BINDER_DEBUG_USER_ERROR, in binder_alloc_mmap_handler()
H A Dbinder.c100 BINDER_DEBUG_USER_ERROR = 1U << 0, enumerator
116 static uint32_t binder_debug_mask = BINDER_DEBUG_USER_ERROR |
147 if (binder_debug_mask & BINDER_DEBUG_USER_ERROR) \