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

  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionutils.h 14 int datafd; member in struct:socket_info
ionapp_import.c 54 shared_fd = skinfo.datafd;
ionapp_export.c 119 skinfo.datafd = shared_fd;
ionutils.c 217 fd = info->datafd;
250 info->datafd = fd;
  /external/libusb/libusb/os/
sunos_usb.h 39 int datafd; /* data file */ member in struct:endpoint
sunos_usb.c 370 if (hpriv->eps[0].datafd > 0) {
377 hpriv->eps[0].datafd = open(filename, O_RDWR);
378 if (hpriv->eps[0].datafd < 0) {
385 close(hpriv->eps[0].datafd);
386 hpriv->eps[0].datafd = -1;
401 if (hdev->eps[i].datafd != -1) {
402 (void) close(hdev->eps[i].datafd);
403 hdev->eps[i].datafd = -1;
415 if (hdev->eps[0].datafd >= 0) {
416 close(hdev->eps[0].datafd);
    [all...]
  /external/curl/tests/server/
sws.c 1586 curl_socket_t datafd = accept(rootfd, NULL, NULL); local
    [all...]

Completed in 532 milliseconds