OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_fd
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/utils/
SystemClock.cpp
110
static int
s_fd
= -1;
local
112
if (
s_fd
== -1) {
114
if (android_atomic_cmpxchg(-1, fd, &
s_fd
)) {
120
int 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
...]
Completed in 14 milliseconds