Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.h587 gl::EmulatedEglWindowSurfacePtr getWindowSurface_locked(HandleType p_windowsurface);
DFrameBuffer.cpp3402 EmulatedEglWindowSurfacePtr FrameBuffer::getWindowSurface_locked(HandleType p_windowsurface) { in getWindowSurface_locked() argument
3403 return android::base::findOrDefault(m_windows, p_windowsurface).first; in getWindowSurface_locked()