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

1234567

/system/media/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp272 close(fd);
H A DslesTestEqOutputPath.cpp276 close(fd);
H A DslesTestSendToPresetReverb.cpp322 close(locatorFd.fd);
H A DslesTestDecodeAac.cpp787 // close the file
788 (void) close(fd);
/system/core/adb/
H A Dtransport.c422 peer->close(peer);
431 /* you can't read from a device tracker, close immediately */
481 tracker->socket.close = device_tracker_close;
588 ** socket pair. The close closes the other half.
707 t->close(t);
H A Dservices.c236 close(fd);
H A Dadb.c369 s->close(s);
/system/core/liblog/
H A Dfake_log_device.c603 * Free up our state and close the fake descriptor.
657 redirectClose = close;
/system/media/mca/filterpacks/videosrc/java/
H A DMediaSource.java230 // Video playback is done, so close us down
245 // Video playback is done, so close us down
269 // Video playback is done, so close us down
347 public void close(FilterContext context) { method in class:MediaSource
/system/core/toolbox/
H A Ddd.c330 close(fd);
471 * write(2) or close(2) system call. So, we need to do an
473 * may be shared among with other processes and close(2) just
481 if (close(out.fd) == -1) {
482 fprintf(stderr, "close: %s\n", strerror(errno));
/system/netd/
H A DCommandListener.cpp96 close(fd);
99 close(fd);
/system/bluetooth/tools/
H A Dasocket_test.c130 printf("%d: close(%d)\n", gettid(), fd);
131 ret = close(fd);
132 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
495 // accept in one thread. close then write in another
H A Dsocktest.c129 printf("%ld: close(%d)\n", pthread_self(), fd);
130 ret = close(fd);
131 printf("%ld: close(%d) = %d\n", pthread_self(), fd, ret);
567 // accept in one thread. close then write in another
/system/extras/ext4_utils/
H A Dext4_utils.c466 close(fd);
H A Dext4fixup.c892 close(fd);
/system/media/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp264 (void) ::close(mDataLocator.fdi.fd);
H A DAudioPlayer_to_android.cpp1429 // and so we close it as soon as we've passed it (via Binder dup) to mediaserver.
1450 (void) ::close(fd);
/system/core/libcutils/
H A Dtztime.c427 close(fidix);
444 if (close(fid) < 0 || nread <= 0)
H A Dmq.c221 /** Closes a fd and logs a warning if the close fails. */
223 int result = close(fd);
225 LOGW("close() error: %s", strerror(errno));
/system/core/sdcard/
H A Dsdcard.c830 close(h->fd);
/system/core/sh/
H A Dexpand.c465 close(in.fd);
/system/media/mca/filterpacks/videoproc/java/
H A DBackDropperFilter.java840 public void close(FilterContext context) { method in class:BackDropperFilter

Completed in 609 milliseconds

1234567