HomeSort by relevance Sort by last modified time
    Searched full:outstream (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 491 CMyComPtr<ISequentialOutStream> outStream;
567 outStream = outStreamSpec;
616 RINOK(encoder->Code(inStream, outStream, 0, 0, progressInfo[0]));
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 166 JniOutputStream(JNIEnv* env, jobject outStream);
184 JniOutputStream::JniOutputStream(JNIEnv* env, jobject outStream) : mOutputStream(outStream),
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
DynamicHLSL.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h 184 OutStream& stream,
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java     [all...]
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 725 SkFILEWStream outStream(outFile.c_str());
727 outPicture->serialize(&outStream);
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.cc 764 int TransmitMixer::StartRecordingMicrophone(OutStream* stream,
949 int TransmitMixer::StartRecordingCall(OutStream* stream,
    [all...]
channel.h 252 int StartRecordingPlayout(OutStream* stream, const CodecInst* codecInst);
output_mixer.cc 381 int OutputMixer::StartRecordingPlayout(OutStream* stream,
  /external/skia/tools/
filtermain.cpp 725 SkFILEWStream outStream(outFile.c_str());
727 outPicture->serialize(&outStream);
  /frameworks/base/services/backup/java/com/android/server/backup/
PackageManagerBackupAgent.java 596 FileOutputStream outstream = new FileOutputStream(stateFile.getFileDescriptor()); local
597 BufferedOutputStream outbuf = new BufferedOutputStream(outstream);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 145 * @param outStream
153 @NonNull AndroidPrintStream outStream,
160 mOutStream = outStream;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 475 * Write to the connected OutStream.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 495 * Write to the connected OutStream.
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 495 * Write to the connected OutStream.
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 470 * Write to the connected OutStream.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 73 class WebRtcMonitorStream : public webrtc::OutStream {
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 453 openCallback.OutStream = &g_StdOut;
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 428 FileOutputStream outstream = new FileOutputStream(newState.getFileDescriptor());
429 DataOutputStream out = new DataOutputStream(outstream);
556 FileOutputStream outstream = new FileOutputStream(newState.getFileDescriptor());
557 DataOutputStream out = new DataOutputStream(outstream);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 834 CMyComPtr<ISequentialOutStream> outStream = outStreamSpec;
840 &packSizes[packIndex], folder, outStream, NULL
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]

Completed in 1391 milliseconds

1 2 3 4 5 67 8 910