HomeSort by relevance Sort by last modified time
    Searched defs:openOutputStream (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 49 public OutputStream openOutputStream() {
MemoryByteCode.java 48 public OutputStream openOutputStream() {
  /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());
  /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 {
TestActivity.java 612 return new DataOutputStream(openOutputStream());
619 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 {
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 45 AudioStreamOut* AudioHardwareStub::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);
AudioHardwareGeneric.cpp 67 AudioStreamOut* AudioHardwareGeneric::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/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 721 AudioHardwareALSA::openOutputStream(uint32_t devices,
728 ALOGV("openOutputStream: devices 0x%x channels %d sampleRate %d",
740 ALOGE("openOutputStream called with bad devices");
803 ALOGD("Routing to proxy for normal voip call in openOutputStream");
807 ALOGD("enabling VOIP in openoutputstream, musbPlaybackState: %d", musbPlaybackState);
810 ALOGD("Starting recording in openoutputstream, musbRecordingState: %d", musbRecordingState);
849 ALOGE("openOutputStream: Failed to get HDMI sink capabilities");
933 ALOGD("openOutputStream: DeepBuffer Output");
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 181 assertThat(contentResolver.openOutputStream(uri21), CoreMatchers.instanceOf(OutputStream.class));
  /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...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 639 * Synonym for {@link #openOutputStream(Uri, String)
640 * openOutputStream(uri, "w")}.
643 public final OutputStream openOutputStream(Uri uri)
645 return openOutputStream(uri, "w");
667 public final OutputStream openOutputStream(Uri uri, String mode)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 559 milliseconds

1 2