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

  /system/core/libutils/
SystemClock.cpp 138 static int s_fd = -1; local
140 if (s_fd == -1) {
142 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
147 result = ioctl(s_fd,
  /hardware/ril/reference-ril/
atchannel.c 55 static int s_fd = -1; /* fd of the AT channel */ variable
382 count = read(s_fd, p_read,
474 ioctl(s_fd, OMAP_CSMI_TTY_ACK, &s_readCount);
498 if (s_fd < 0 || s_readerClosed > 0) {
509 written = write (s_fd, s + cur, len - cur);
522 written = write (s_fd, "\r" , 1);
537 if (s_fd < 0 || s_readerClosed > 0) {
548 written = write (s_fd, s + cur, len - cur);
561 written = write (s_fd, "\032" , 1);
593 s_fd = fd
    [all...]
  /external/libnl-headers/
netlink-types.h 68 int s_fd; member in struct:nl_sock

Completed in 637 milliseconds