Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c120 static int binder_stop_on_user_error; variable
128 if (binder_stop_on_user_error < 2) in binder_set_stop_on_user_error()
133 param_get_int, &binder_stop_on_user_error, S_IWUSR | S_IRUGO);
145 if (binder_stop_on_user_error) \
146 binder_stop_on_user_error = 2; \
2198 binder_stop_on_user_error < 2); in binder_thread_read()
2742 ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()
2799 wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); in binder_ioctl()