HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 351 - 375 of 8652) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/input/tests/
TestHelpers.h 41 ::close(sendFd);
45 ::close(receiveFd);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapRfcommTransport.java 46 public void close() throws IOException { method in class:BluetoothMapRfcommTransport
47 mSocket.close();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexTransport.java 39 public void close() throws IOException { method in class:BluetoothPbapObexTransport
40 mSocket.close();
  /hardware/libhardware_legacy/vibrator/
vibrator.c 39 close(fd);
61 close(fd);
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h 46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
99 /* calls close */
103 /* calls underlying mdp close */
104 bool close();
138 close();
141 inline bool Ctrl::close() { function in class:overlay::Ctrl
142 if(!mMdp.close())
245 inline bool Data::close() { function in class:overlay::Data
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayCtrlData.h 46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
100 /* calls close */
104 /* calls underlying mdp close */
105 bool close();
139 close();
142 inline bool Ctrl::close() { function in class:overlay::Ctrl
143 if(!mMdp.close())
250 inline bool Data::close() { function in class:overlay::Data
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStream2Test.java 51 os.close();
56 is.close();
  /libcore/luni/src/main/java/java/io/
FilterInputStream.java 63 public void close() throws IOException { method in class:FilterInputStream
64 in.close();
FilterOutputStream.java 55 * if an error occurs attempting to close this stream.
58 public void close() throws IOException { method in class:FilterOutputStream
67 out.close();
FilterReader.java 55 public void close() throws IOException { method in class:FilterReader
57 in.close();
FilterWriter.java 53 * if an error occurs attempting to close this writer.
56 public void close() throws IOException { method in class:FilterWriter
58 out.close();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 46 AbstractInterruptibleChannel.this.close();
67 * If multiple threads attempt to simultaneously close a channel, then only
73 * @see java.nio.channels.Channel#close()
75 @Override public final void close() throws IOException { method in class:AbstractInterruptibleChannel
124 * closed through another invocation of {@code close()} and that the method
  /libcore/luni/src/test/java/libcore/io/
StrictLineReaderTest.java 57 refStream.close();
58 lineReader.close();
  /libcore/luni/src/test/java/libcore/java/io/
FileDescriptorTest.java 37 fis.close();
41 s.close();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 47 * javax.crypto.CipherInputStream#close()
53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 61 public void close() { method in class:TestSSLSessions
62 s.close();
  /libcore/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 97 out.close();
110 out.close();
122 out.close();
135 out.close();
161 out.close();
174 out.close();
184 out.close();
198 out.close();
SinkTester.java 98 out.close();
111 out.close();
123 out.close();
145 out.close();
176 out.close();
186 out.close();
196 out.close();
210 out.close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 15 // void close();
29 fs.close();
38 fs.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java 36 public void close() throws IOException { method in class:BluetoothMapRfcommTransport
37 mSocket.close();
BluetoothMnsRfcommTransport.java 36 public void close() throws IOException { method in class:BluetoothMnsRfcommTransport
37 mSocket.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 54 public void close() throws IOException { method in class:BluetoothOppRfcommTransport
55 mSocket.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 53 public void close() throws IOException { method in class:BluetoothPbapRfcommTransport
54 mSocket.close();
  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 43 mOut.close();
44 mfstream.close();
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
TestUtil.java 43 mOut.close();
44 mfstream.close();

Completed in 266 milliseconds

<<11121314151617181920>>