Searched refs:BC_REGISTER_LOOPER (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/android/
H A Dbinder.h513 BC_REGISTER_LOOPER = _IO('c', 11), enumerator in enum:binder_driver_command_protocol
/linux-master/drivers/android/
H A Dbinder.c4037 case BC_REGISTER_LOOPER:
4039 "%d:%d BC_REGISTER_LOOPER\n",
4044 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called after BC_ENTER_LOOPER\n",
4048 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called without request\n",
4063 binder_user_error("%d:%d ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER\n",
4416 binder_user_error("%d:%d ERROR: Thread waiting for process work before calling BC_REGISTER_LOOPER or BC_ENTER_LOOPER (state %x)\n",
6227 "BC_REGISTER_LOOPER",

Completed in 114 milliseconds