Searched refs:parentWindow (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_FrameRateCtsActivity.cpp | 121 Surface(ANativeWindow* parentWindow, const std::string& name, int left, int top, int right, in Surface() argument 123 mSurface = ASurfaceControl_createFromWindow(parentWindow, name.c_str()); in Surface() 198 ANativeWindowRAII parentWindow = ANativeWindow_fromSurface(env, jParentSurface); in surfaceControlCreate() local 199 if (!parentWindow.mNw) { in surfaceControlCreate() 207 Surface* surface = new Surface(parentWindow.mNw, strName, left, top, right, bottom); in surfaceControlCreate()
|