Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/surfaceInterface/
DsurfaceInterface.cpp6 class SurfaceInterface : public android::ANativeObjectBase< class
11 static SurfaceInterface* get();
22 static SurfaceInterface* sSurfaceInterface = NULL;
24 SurfaceInterface* SurfaceInterface::get() { in get()
26 sSurfaceInterface = new SurfaceInterface; in get()
31 SurfaceInterface::get(); in surfaceInterface_init()
35 SurfaceInterface::get()->setAsyncMode((ANativeWindow*)window, true); in surfaceInterface_setAsyncModeForWindow()