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

  /external/bluetooth/bluedroid/hci/src/
userial_mct.c 79 pthread_t read_thread; member in struct:__anon5800
278 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL) != 0)
339 int result = pthread_join(userial_cb.read_thread, NULL);
364 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0)
userial.c 81 pthread_t read_thread; member in struct:__anon5798
306 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL)) {
388 int result = pthread_join(userial_cb.read_thread, NULL);
403 int result = pthread_join(userial_cb.read_thread, 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 160 milliseconds