OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_thread
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
ui.c
242
static void *
input_thread
(void *cookie)
function
337
pthread_create(&t, NULL,
input_thread
, NULL);
/system/core/adb/
transport.c
285
static void *
input_thread
(void *_t)
function
291
D("to_remote: starting
input_thread
for %p, reading from fd %d\n",
609
if(adb_thread_create(&input_thread_ptr,
input_thread
, t)){
Completed in 47 milliseconds