Home | History | Annotate | Download | only in tests

Lines Matching refs:anw

455 void configureANW(const sp<ANativeWindow>& anw,
459 err = native_window_set_buffers_geometry(anw.get(),
463 err = native_window_set_usage(anw.get(),
468 err = anw.get()->query(anw.get(),
475 err = native_window_set_buffer_count(anw.get(),
483 void produceOneFrame(const sp<ANativeWindow>& anw,
488 ALOGVV("Dequeue buffer from %p", anw.get());
489 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
499 ALOGVV("Lock buffer from %p for write", anw.get());
526 ALOGVV("Unlock buffer from %p", anw.get());
530 ALOGVV("Set timestamp to %p", anw.get());
531 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
534 ALOGVV("Queue buffer to %p", anw.get());
535 err = anw->queueBuffer(anw.get(), buf->getNativeBuffer(), -1);