Home | History | Annotate | Download | only in api2

Lines Matching refs:anw

495     ANativeWindow *anw = surface.get();
497 if ((err = anw->query(anw, NATIVE_WINDOW_WIDTH, &width)) != OK) {
503 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) {
509 if ((err = anw->query(anw, NATIVE_WINDOW_FORMAT, &format)) != OK) {
515 if ((err = anw->query(anw, NATIVE_WINDOW_DEFAULT_DATASPACE,