HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 2776 - 2800 of 7589) sorted by null

<<111112113114115116117118119120>>

  /external/qemu/block/
raw-posix.c 197 close(fd);
562 close(s->fd);
716 if (close(fd) != 0) {
859 close(fd);
893 close(s->fd);
992 close(fd);
1041 /* close fd so that we can reopen it as needed */
1042 close(s->fd);
1068 close(fd);
1103 close(s->fd)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 88 close(fd);
192 /* Don't try to close - may hang */
245 close(audio_fd);
256 /* Close and then reopen the audio device */
257 close(audio_fd);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 169 public void close() { method in class:ShadowSQLiteCursor
175 resultSet.close();
180 throw new RuntimeException("SQL exception in close", e);
241 rs.close();
  /external/skia/src/images/
SkImageRef_ashmem.cpp 55 SkDebugf("=== ashmem close %d\n", fRec.fFD);
60 close(fRec.fFD);
97 close(fd);
105 close(fd);
  /external/srec/tools/cmd/
srecres2utd.pl 124 close(UTD);
125 close(RES);
248 close(SM);
  /external/tinyalsa/
tinyplay.c 61 static int close = 0; variable
71 close = 1;
266 } while (!close && num_read > 0);
  /external/wpa_supplicant_8/src/wps/
http_server.c 116 close(req->fd);
218 close(conn);
295 close(srv->fd);
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 153 ::close(fd);
169 ::close(fd);
174 ::close(fd);
  /frameworks/base/core/java/android/net/
DnsPinger.java 217 curPing.socket.close();
222 curPing.socket.close();
233 activePing.socket.close();
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 378 stream.close();
449 If it happened on close, bm is still valid.
453 if (is != null) is.close();
657 fis.close();
  /frameworks/base/keystore/java/android/security/
KeyChain.java 320 keyChainConnection.close();
358 keyChainConnection.close();
415 @Override public void close() { method in class:KeyChain.KeyChainConnection
  /frameworks/base/libs/androidfw/
ObbFile.cpp 97 close(fd);
236 close(fd);
321 close(fd);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SortingCursorWrapper.java 105 public void close() { method in class:SortingCursorWrapper
106 super.close();
107 mCursor.close();
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 102 pipe.close()
147 fin.close()
148 fout.close()
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 552 data.close();
572 dataInput.close();
585 dataOutput.close();
611 cursor.close();
621 cursor.close();
631 cursor.close();
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java 176 c.close();
178 Log.w(TAG, "close fail ", t);
204 if (fd != null) fd.close();
206 Log.w(TAG, "fail to close", t);
212 if (cursor != null) cursor.close();
214 Log.w(TAG, "fail to close", t);
  /frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp 78 area->handler()->close();
122 area->handler()->close();
152 area->handler()->close();
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 63 ALOGD("ALSAStreamOps::close() Ignore");
70 close();
348 void ALSAStreamOps::close() function in class:android_audio_legacy::ALSAStreamOps
350 ALOGD("close");
356 mParent->mALSADevice->close(mHandle);
  /hardware/qcom/display/msm8960/liblight/
lights.c 92 close(fd);
108 close(fd);
266 /** Close the lights device */
307 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 67 close(fd);
93 close(adFd);
118 close(adFd);
  /hardware/qcom/display/msm8974/liblight/
lights.c 92 close(fd);
108 close(fd);
266 /** Close the lights device */
307 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
  /hardware/qcom/display/msm8x26/liblight/
lights.c 92 close(fd);
108 close(fd);
266 /** Close the lights device */
307 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
  /hardware/ril/rild/
rild.c 161 close(fd);
164 close(fd);
187 close(fd);
  /hardware/samsung_slsi/exynos5/gralloc/
framebuffer.cpp 139 close(fd);
145 close(fd);
251 dev->common.close = fb_close;
  /libcore/json/src/main/java/org/json/
JSONStringer.java 148 return close(Scope.EMPTY_ARRAY, Scope.NONEMPTY_ARRAY, "]");
167 return close(Scope.EMPTY_OBJECT, Scope.NONEMPTY_OBJECT, "}");
188 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException { method in class:JSONStringer

Completed in 896 milliseconds

<<111112113114115116117118119120>>