Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h132 if (!mCreateNativeWindowSurface) return nullptr; in createNativeWindowSurface()
133 return mCreateNativeWindowSurface(producer); in createNativeWindowSurface()
172 CreateNativeWindowSurfaceFunction mCreateNativeWindowSurface; variable
256 mFactory.mCreateNativeWindowSurface = f; in setCreateNativeWindowSurface()