HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1001 - 1025 of 5187) sorted by null

<<41424344454647484950>>

  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 46 ::close(mOutputFd);
123 ::close(mOutputFd);
314 status_t StagefrightRecorder::close() { function in class:android::StagefrightRecorder
  /frameworks/base/tests/CoreTests/android/core/
DatagramTest.java 81 socket.close();
163 socket.close();
188 sock.close();
PipedStreamTest.java 110 out.close();
196 out.close();
267 out.close();
TestWebServer.java 205 * Cause the thread accepting connections on the server socket to close
207 public void close() { method in class:TestWebServer
211 acceptT.close();
288 // Close this socket
289 public void close() { method in class:TestWebServer.AcceptThread
296 ss.close();
301 w.close();
309 log("IOException caught by server socket close");
374 synchronized void close() { method in class:TestWebServer.Worker
679 s.close();
    [all...]
  /hardware/ril/rild/
rild.c 159 close(fd);
162 close(fd);
183 close(fd);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_sta.c 101 * IpcSta_Sockets_Close - Close the socket used for ioctl.
105 close(skfd);
138 /* close the socket to the driver */
  /packages/apps/Camera/src/com/android/camera/
ThumbnailController.java 101 d.close();
125 d.close();
189 pfd.close();
  /packages/apps/Email/src/com/android/exchange/
CalendarSyncAdapterService.java 113 c.close();
145 mailboxCursor.close();
149 accountCursor.close();
ContactsSyncAdapterService.java 112 c.close();
134 mailboxCursor.close();
138 accountCursor.close();
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyReader.java 98 * Invokes the delegate's <code>close()</code> method.
101 public void close() throws IOException { method in class:ProxyReader
102 in.close();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 116 close(); method
247 protected void close() { method in class:OpenWnn
248 if (mConverter != null) { mConverter.close(); }
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 104 eventCursor.close();
115 dirtyCursor.close();
137 cursor.close();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
SyncCalendarTest.java 98 cursor.close();
131 cursor.close();
160 cursor.close();
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 60 /* Close and free an allocated SDL_FSops structure */
61 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops
118 #define SDL_RWclose(ctx) (ctx)->close(ctx)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 60 /* Close and free an allocated SDL_FSops structure */
61 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops
118 #define SDL_RWclose(ctx) (ctx)->close(ctx)
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 60 /* Close and free an allocated SDL_FSops structure */
61 int (SDLCALL *close)(struct SDL_RWops *context); member in struct:SDL_RWops
118 #define SDL_RWclose(ctx) (ctx)->close(ctx)
  /sdk/emulator/qtools/
post_trace.cpp 46 trace->Close();
88 trace->Close();
129 trace->Close();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 120 out.close();
123 in.close();
125 socket.close();
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 89 if (zip != null) zip.close();
104 IOUtilities.close(stream);
132 IOUtilities.close(in);
  /system/core/init/
util.c 156 close(fd);
180 close(fd);
187 close(fd);
  /system/core/mkbootimg/
mkbootimg.c 47 close(fd);
53 close(fd);
249 close(fd);
  /system/core/toolbox/
alarm.c 161 close(nfd);
165 close(nfd);
187 close(afd);
cat.c 204 close(fd);
208 close(fd);
225 close(fd);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_sta.c 101 * IpcSta_Sockets_Close - Close the socket used for ioctl.
105 close(skfd);
138 /* close the socket to the driver */
  /sdk/emulator/qemud/
qemud.c 69 * chooses to close the connection.
283 * this does *not* close the file descriptor.
311 * HOOK_CLOSING is used to delay-close monitored
361 close(l->epoll_fd);
699 CloseFunc close; member in struct:__anon12961
722 if (r->close) {
723 r->close( r->user );
724 r->close = NULL;
806 /* close a FDHandler (and free it). Note that this will not
837 close(f->fd)
    [all...]

Completed in 127 milliseconds

<<41424344454647484950>>