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

/linux-master/include/uapi/linux/android/
H A Dbinder.h421 * primarily so that we can replace it with a BR_SPAWN_LOOPER command.
424 BR_SPAWN_LOOPER = _IO('r', 13), enumerator in enum:binder_driver_return_protocol
/linux-master/drivers/android/
H A Dbinder.c4785 "%d:%d BR_SPAWN_LOOPER\n",
4787 if (put_user(BR_SPAWN_LOOPER, (uint32_t __user *)buffer))
4789 binder_stat_br(proc, thread, BR_SPAWN_LOOPER);
6205 "BR_SPAWN_LOOPER",

Completed in 143 milliseconds