Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java972 final Surface oldSurface = mAdvertisedDisplaySurface; in advertiseDisplay() local
983 if (oldSurface != null && surface != oldSurface) { in advertiseDisplay()
997 if (surface != null && surface != oldSurface) { in advertiseDisplay()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2660 sp<Surface> oldSurface; in setSurface() local
2664 oldSurface = outputSurface->surface; in setSurface()
2702 if (oldSurface && pushBlankBuffer) { in setSurface()
2705 sp<ANativeWindow> anw = static_cast<ANativeWindow *>(oldSurface.get()); in setSurface()