Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h351 if (!mCreateNativeWindowSurface) return nullptr; in createNativeWindowSurface()
352 return mCreateNativeWindowSurface(producer); in createNativeWindowSurface()
393 CreateNativeWindowSurfaceFunction mCreateNativeWindowSurface; variable
721 mFactory.mCreateNativeWindowSurface = f; in setCreateNativeWindowSurface()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h129 if (!mCreateNativeWindowSurface) return nullptr; in createNativeWindowSurface()
130 return mCreateNativeWindowSurface(producer); in createNativeWindowSurface()
169 CreateNativeWindowSurfaceFunction mCreateNativeWindowSurface; variable
293 mFactory.mCreateNativeWindowSurface = f; in setCreateNativeWindowSurface()