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 119 static int s_fd = -1; local
121 if (s_fd == -1) {
123 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
128 result = ioctl(s_fd,
  /hardware/ril/reference-ril/
atchannel.c 46 static int s_fd = -1; /* fd of the AT channel */ variable
370 count = read(s_fd, p_read,
478 if (s_fd < 0 || s_readerClosed > 0) {
489 written = write (s_fd, s + cur, len - cur);
502 written = write (s_fd, "\r" , 1);
517 if (s_fd < 0 || s_readerClosed > 0) {
528 written = write (s_fd, s + cur, len - cur);
541 written = write (s_fd, "\032" , 1);
573 s_fd = fd;
598 if (s_fd >= 0)
    [all...]
  /external/libnl/include/
netlink-types.h 65 int s_fd; member in struct:nl_sock

Completed in 387 milliseconds