Home | History | Annotate | Download | only in tests

Lines Matching refs:anw

456 void configureANW(const sp<ANativeWindow>& anw,
460 err = native_window_set_buffers_geometry(anw.get(),
464 err = native_window_set_usage(anw.get(),
469 err = anw.get()->query(anw.get(),
476 err = native_window_set_buffer_count(anw.get(),
484 void produceOneFrame(const sp<ANativeWindow>& anw,
489 ALOGVV("Dequeue buffer from %p", anw.get());
490 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
500 ALOGVV("Lock buffer from %p for write", anw.get());
527 ALOGVV("Unlock buffer from %p", anw.get());
531 ALOGVV("Set timestamp to %p", anw.get());
532 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
535 ALOGVV("Queue buffer to %p", anw.get());
536 err = anw->queueBuffer(anw.get(), buf->getNativeBuffer(), -1);