Home | History | Annotate | Download | only in api2

Lines Matching refs:anw

311     sp<ANativeWindow> anw;
314 anw = new Surface(bufferProducer, useAsync);
319 if ((res = anw->query(anw.get(), NATIVE_WINDOW_WIDTH, &width)) != OK) {
324 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) {
329 if ((res = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &format)) != OK) {
359 res = mDevice->createStream(anw, width, height, format, maxJpegSize,
363 res = mDevice->createStream(anw, width, height, format, /*size*/0,