Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h122 if (!mCreateNativeWindowSurface) return nullptr; in createNativeWindowSurface()
123 return mCreateNativeWindowSurface(producer); in createNativeWindowSurface()
156 CreateNativeWindowSurfaceFunction mCreateNativeWindowSurface; variable
318 mFactory.mCreateNativeWindowSurface = f; in setCreateNativeWindowSurface()