/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapRfcommTransport.java | 45 return new DataOutputStream(openOutputStream()); 52 public OutputStream openOutputStream() throws IOException {
|
BluetoothMnsRfcommTransport.java | 45 return new DataOutputStream(openOutputStream()); 52 public OutputStream openOutputStream() throws IOException {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommTransport.java | 63 return new DataOutputStream(openOutputStream()); 70 public OutputStream openOutputStream() throws IOException {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapRfcommTransport.java | 62 return new DataOutputStream(openOutputStream()); 69 public OutputStream openOutputStream() throws IOException {
|
/frameworks/base/obex/javax/obex/ |
ObexTransport.java | 70 OutputStream openOutputStream() throws IOException;
|
Operation.java | 104 * <code>openOutputStream()</code> or <code>openDataOutputStream()</code> will 174 OutputStream openOutputStream() throws IOException;
|
ClientOperation.java | 269 public OutputStream openOutputStream() throws IOException { 303 return new DataOutputStream(openOutputStream());
|
ServerOperation.java | 653 public OutputStream openOutputStream() throws IOException { 677 return new DataOutputStream(openOutputStream());
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSource.java | 49 public OutputStream openOutputStream() {
|
MemoryByteCode.java | 48 public OutputStream openOutputStream() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
FileStoreAdapter.java | 140 public OutputStream openOutputStream(int options, IProgressMonitor monitor) 142 return mStore.openOutputStream(options, monitor);
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.h | 55 virtual AudioStreamOut* openOutputStream(
|
AudioHardwareStub.h | 79 virtual AudioStreamOut* openOutputStream(
|
AudioDumpInterface.h | 121 virtual AudioStreamOut* openOutputStream(
|
AudioHardwareGeneric.h | 120 virtual AudioStreamOut* openOutputStream(
|
A2dpAudioInterface.cpp | 63 AudioStreamOut* A2dpAudioInterface::openOutputStream( 67 ALOGV("A2dpAudioInterface::openOutputStream() open HW device: %x", devices); 68 return mHardwareInterface->openOutputStream(devices, format, channels, sampleRate, status);
|
AudioDumpInterface.cpp | 59 AudioStreamOut* AudioDumpInterface::openOutputStream( 68 outFinal = mFinalInterface->openOutputStream(devices, format, channels, sampleRate, status); 97 ALOGV("openOutputStream(), outFinal %p", outFinal);
|
AudioHardwareStub.cpp | 45 AudioStreamOut* AudioHardwareStub::openOutputStream(
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
CompilingClassLoader.java | 177 public OutputStream openOutputStream() throws IOException {
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 247 virtual AudioStreamOut* openOutputStream(
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileUtils.java | 166 public static FileOutputStream openOutputStream(File file) throws IOException {
223 OutputStream out = openOutputStream(file);
[all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverTest.java | 479 OutputStream os = mContentResolver.openOutputStream(uri); 483 os = mContentResolver.openOutputStream(uri, "wa"); 490 mContentResolver.openOutputStream(uri); 497 mContentResolver.openOutputStream(uri, "w"); 505 mContentResolver.openOutputStream(invalidUri); 512 mContentResolver.openOutputStream(invalidUri, "w"); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
/frameworks/support/tests/java/android/support/v4/content/ |
FileProviderTest.java | 243 final OutputStream out = mResolver.openOutputStream(uri); 263 final OutputStream out = mResolver.openOutputStream(uri);
|
/external/android-mock/src/com/google/android/testing/mocking/ |
UsesMocksProcessor.java | 206 classFileStream = classFile.openOutputStream();
|