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

/drivers/staging/android/uapi/
H A Dbinder.h314 BC_REGISTER_LOOPER = _IO('c', 11), enumerator in enum:binder_driver_command_protocol
/drivers/staging/android/
H A Dbinder.c1943 case BC_REGISTER_LOOPER:
1945 "%d:%d BC_REGISTER_LOOPER\n",
1949 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called after BC_ENTER_LOOPER\n",
1953 binder_user_error("%d:%d ERROR: BC_REGISTER_LOOPER called without request\n",
1967 binder_user_error("%d:%d ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER\n",
2194 binder_user_error("%d:%d ERROR: Thread waiting for process work before calling BC_REGISTER_LOOPER or BC_ENTER_LOOPER (state %x)\n",
3429 "BC_REGISTER_LOOPER",

Completed in 63 milliseconds