Home | History | Annotate | Download | only in lvpp

Lines Matching refs:anw

381 void NativeWindowRenderer::queueInternalBuffer(ANativeWindow *anw,
385 native_window_set_buffers_timestamp(anw, timeUs * 1000);
386 status_t err = anw->queueBuffer(anw, buffer->graphicBuffer().get());
396 void NativeWindowRenderer::queueExternalBuffer(ANativeWindow* anw,
398 native_window_set_buffers_geometry(anw, width, height,
400 native_window_set_usage(anw, GRALLOC_USAGE_SW_WRITE_OFTEN);
403 anw->dequeueBuffer(anw, &anb);
407 CHECK(NO_ERROR == anw->lockBuffer(anw, buf->getNativeBuffer()));
414 CHECK(NO_ERROR == anw->queueBuffer(anw, buf->getNativeBuffer()));