Home | History | Annotate | Download | only in lvpp

Lines Matching refs:mNativeWindow

117         : mNativeWindow(nativeWindow) {
122 status_t err = mNativeWindow->queueBuffer(
123 mNativeWindow.get(), buffer->graphicBuffer().get());
138 sp<ANativeWindow> mNativeWindow;
152 mNativeWindow.get(), transform));
896 if (mNativeWindow == NULL) {
924 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);
930 mVideoRenderer = new AwesomeLocalRenderer(mNativeWindow, meta);
1022 mNativeWindow = native;
1263 NULL, flags, USE_SURFACE_ALLOC ? mNativeWindow : NULL);