Searched defs:getNativeWindow (Results 1 – 6 of 6) sorted by relevance
37 sp<ANativeWindow> getNativeWindow() const override { return mSurface; } in createNativeWindowSurface() function in android::surfaceflinger::impl::createNativeWindowSurface::NativeWindowSurface
85 ANativeWindow *getNativeWindow() in getNativeWindow() function
137 ANativeWindow* getNativeWindow() { return win; } in getNativeWindow() function138 ANativeWindow* getNativeWindow() const { return win; } in getNativeWindow() function
86 ANativeWindow* GrallocConsumer::getNativeWindow() { in getNativeWindow() function in android::renderscript::GrallocConsumer
399 native_handle_t* getNativeWindow() { return mImgReaderAnw; } in getNativeWindow() function in __anon511359ea0111::ImageReaderTestCase
379 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function