HomeSort by relevance Sort by last modified time
    Searched refs:read_thread (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/test/
eager_reader_test.cpp 126 thread_t *read_thread = thread_new("read_thread"); local
127 eager_reader_register(reader, thread_get_reactor(read_thread), expect_data, (void *)small_data);
133 thread_free(read_thread);
139 thread_t *read_thread = thread_new("read_thread"); local
140 eager_reader_register(reader, thread_get_reactor(read_thread), expect_data_multibyte, (void *)large_data);
146 thread_free(read_thread);
  /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 226 milliseconds