HomeSort by relevance Sort by last modified time
    Searched defs:createStream (Results 1 - 11 of 11) sorted by null

  /dalvik/tests/093-serialization/src/
Main.java 37 serialData = createStream();
44 static byte[] createStream() throws IOException {
  /frameworks/av/camera/
ProCamera.cpp 180 status_t ProCamera::createStream(int width, int height, int format,
194 return createStream(width, height, format,
199 status_t ProCamera::createStream(int width, int height, int format,
213 status_t stat = c->createStream(width, height, format, bufferProducer,
256 status_t s = createStream(width, height, format,
IProCameraUser.cpp 245 virtual status_t createStream(int width, int height, int format,
379 ret = createStream(width, height, format, bp, &streamId);
  /frameworks/av/services/camera/libcameraservice/
ProCamera2Client.cpp 257 status_t ProCamera2Client::createStream(int width, int height, int format,
283 return mDevice->createStream(window, width, height, format, /*size*/1,
Camera2Device.cpp 241 status_t Camera2Device::createStream(sp<ANativeWindow> consumer,
    [all...]
Camera3Device.cpp 545 status_t Camera3Device::createStream(sp<ANativeWindow> consumer,
695 // deleteStream is called, unlike for createStream.
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 228 public InputStream createStream(String bytes) throws DOMTestLoadException,
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 197 streamHandle = createStream(compressLevel, strategy, noHeader);
478 private native long createStream(int level, int strategy1, boolean noHeader1);
Inflater.java 81 streamHandle = createStream(noHeader);
85 private native long createStream(boolean noHeader1);
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 148 public boolean createStream;
166 this.createStream = isStream;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 176 milliseconds