Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp636 const sp<IBinder>& scHandle, const sp<BLASTBufferQueue>& bbq) in BBQSurface() argument
637 : Surface(igbp, controlledByApp, scHandle), mBbq(bbq) {} in BBQSurface()
690 sp<IBinder> scHandle = nullptr; in getSurface() local
692 scHandle = mSurfaceControl->getHandle(); in getSurface()
694 return new BBQSurface(mProducer, true, scHandle, this); in getSurface()