OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_thread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c
34
static void*
read_thread
(void* arg) {
function
139
pthread_create(&th, NULL,
read_thread
, (void *)(uintptr_t)ep1->bEndpointAddress);
142
pthread_create(&th, NULL,
read_thread
, (void *)(uintptr_t)ep2->bEndpointAddress);
/frameworks/base/libs/usb/tests/accessorytest/
usb.c
45
static void*
read_thread
(void* arg) {
function
150
pthread_create(&th, NULL,
read_thread
, NULL);
Completed in 67 milliseconds