Home
last modified time | relevance | path

Searched refs:mNw (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp160 mNw(anw) { in ANativeWindowRAII()
163 if (mNw != nullptr) { in ~ANativeWindowRAII()
164 ANativeWindow_release(mNw); in ~ANativeWindowRAII()
167 ANativeWindow* mNw; member
174 window.mNw = ANativeWindow_fromSurface(env, jSurface); in nativeWindowSetFrameRate()
177 return ANativeWindow_setFrameRate(window.mNw, frameRate, compatibility); in nativeWindowSetFrameRate()
180 return ANativeWindow_setFrameRateWithChangeStrategy(window.mNw, frameRate, compatibility, in nativeWindowSetFrameRate()
187 window.mNw = ANativeWindow_fromSurface(env, jSurface); in nativeWindowClearFrameRate()
190 return ANativeWindow_clearFrameRate(window.mNw); in nativeWindowClearFrameRate()
199 if (!parentWindow.mNw) { in surfaceControlCreate()
[all …]