Searched refs:close (Results 1 - 25 of 172) sorted by relevance

1234567

/system/extras/tests/cpueater/
H A Dcpueater.c50 close(0);
52 close(1);
58 close(2);
61 close(fd);
H A Ddaemonize.c43 close(0); open("/dev/null", 0);
44 close(1);
91 close(2); dup(1); /* join stdout and stderr */
97 close(fd);
/system/media/mca/filterfw/java/android/filterfw/core/
H A DInputPort.java49 public void close() { method in class:InputPort
51 mSourcePort.close();
53 super.close();
H A DOutputPort.java51 public void close() { method in class:OutputPort
52 super.close();
54 mTargetPort.close();
H A DGraphRunner.java93 public abstract void close(); method in class:GraphRunner
/system/core/libcutils/
H A Dload_file.c41 close(fd);
48 close(fd);
H A Dsocket_inaddr_any_server.c54 close(s);
64 close(s);
H A Dsocket_loopback_server.c54 close(s);
64 close(s);
H A Dsocket_local_server.c106 close(s);
116 close(s);
/system/core/libdiskconfig/
H A Ddiskutils.c106 close(src_fd);
108 close(dst_fd);
113 close(dst_fd);
115 close(src_fd);
/system/netd/
H A DNetlinkManager.cpp72 close(*sock);
78 close(*sock);
84 close(*sock);
91 close(*sock);
128 close(mUeventSock);
139 close(mRouteSock);
151 close(mQuotaSock);
H A DTetherController.cpp73 close(fd);
76 close(fd);
91 close(fd);
95 close(fd);
122 close(pipefd[0]);
123 close(pipefd[1]);
128 close(pipefd[1]);
134 close(pipefd[0]);
159 close(pipefd[0]);
180 close(mDaemonF
[all...]
H A Dlogwrapper.c123 close(parent_ptty);
130 close(parent_ptty);
139 close(parent_ptty);
145 close(parent_ptty);
148 close(child_ptty);
159 close(fd);
172 close(parent_ptty);
/system/vold/
H A DLoop.cpp58 close(fd);
102 close(fd);
158 close(fd);
179 close(fd);
185 close(file_fd);
186 close(fd);
198 close(file_fd);
199 close(fd);
203 close(fd);
204 close(file_f
[all...]
H A DDevmapper.cpp72 close(fd);
80 close(fd);
113 close(fd);
155 close(fd);
158 close(fd);
189 close(fd);
204 close(fd);
213 close(fd);
244 close(fd);
254 close(f
[all...]
H A Dlogwrapper.c123 close(parent_ptty);
130 close(parent_ptty);
139 close(parent_ptty);
145 close(parent_ptty);
148 close(child_ptty);
159 close(fd);
172 close(parent_ptty);
H A DXwarp.cpp77 close(fd);
81 close(fd);
/system/extras/tests/sdcard/
H A Dtestcase.cpp72 for (int i = 0; i < 4; ++i) close(mIpc[i]);
91 close(mIpc[READ_FROM_CHILD]);
92 close(mIpc[WRITE_TO_CHILD]);
112 close(mIpc[WRITE_TO_PARENT]);
113 close(mIpc[READ_FROM_PARENT]);
118 close(mIpc[WRITE_TO_PARENT]);
119 close(mIpc[READ_FROM_PARENT]);
/system/core/nexus/
H A DWifiScanner.cpp71 close(mCtrlPipe[0]);
72 close(mCtrlPipe[1]);
H A DWifiStatusPoller.cpp62 close(mCtrlPipe[0]);
63 close(mCtrlPipe[1]);
/system/core/sh/
H A Dredir.c156 close(fd);
160 close(fd);
240 close(f);
273 close(pip[0]);
288 close(pip[1]);
308 close(i);
311 close(rp->renamed[i]);
360 close(rp->renamed[i]);
/system/core/adb/
H A Dframebuffer_service.c68 close(fds[0]);
69 close(fds[1]);
172 close(fds[0]);
173 close(fds[1]);
174 close(fd);
H A Dsockets.c116 /* this is a little gross, but since s->close() *will* modify
156 s->close(s);
228 if (s->peer->close == local_socket_close) {
231 s->peer->close(s->peer);
284 s->close(s);
300 s->close(s);
370 s->close(s);
379 // s->close(s);
393 s->close = local_socket_close;
480 D("RS(%d) peer->close()in
[all...]
/system/core/init/
H A Dlogo.c73 close(fb->fd);
80 close(fb->fd);
99 close(fd);
151 close(fd);
158 close(fd);
/system/bluetooth/bluedroid/
H A Dbluetooth.c62 close(fd);
106 if (fd >= 0) close(fd);
135 if (fd >= 0) close(fd);
180 close(hci_sock);
203 if (hci_sock >= 0) close(hci_sock);
236 if (hci_sock >= 0) close(hci_sock);
271 if (hci_sock >= 0) close(hci_sock);

Completed in 207 milliseconds

1234567