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

  /art/test/093-serialization/src/
Main.java 37 serialData = createStream();
44 static byte[] createStream() throws IOException {
  /dalvik/tests/093-serialization/src/
Main.java 37 serialData = createStream();
44 static byte[] createStream() throws IOException {
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 257 status_t ProCamera2Client::createStream(int width, int height, int format,
283 return mDevice->createStream(window, width, height, format, /*size*/1,
  /frameworks/av/camera/
IProCameraUser.cpp 142 virtual status_t createStream(int width, int height, int format,
277 ret = createStream(width, height, format, bp, &streamId);
ProCamera.cpp 182 status_t ProCamera::createStream(int width, int height, int format,
196 return createStream(width, height, format,
201 status_t ProCamera::createStream(int width, int height, int format,
215 status_t stat = c->createStream(width, height, format, bufferProducer,
258 status_t s = createStream(width, height, format,
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 124 virtual status_t createStream(int width, int height, int format,
289 ret = createStream(width, height, format, bp);
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 146 " we have not called createStream on",
269 status_t CameraDeviceClient::createStream(int width, int height, int format,
359 res = mDevice->createStream(anw, width, height, format, maxJpegSize,
363 res = mDevice->createStream(anw, width, height, format, /*size*/0,
  /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 191 streamHandle = createStream(compressLevel, strategy, noHeader);
472 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;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 241 status_t Camera2Device::createStream(sp<ANativeWindow> consumer,
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 674 status_t Camera3Device::createStream(sp<ANativeWindow> consumer,
832 // deleteStream is called, unlike for createStream.
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 305 milliseconds