Searched refs:mSidebandStream (Results 1 – 4 of 4) sorted by relevance
1986 mSidebandStream(*this, nullptr),2074 mSidebandStream.setPending(stream); in setSidebandStream()2173 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump()2273 if (applyAllState || mSidebandStream.isDirty()) { in applySidebandState()2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()2275 mSidebandStream.latch(); in applySidebandState()
568 LatchedState<const native_handle_t*> mSidebandStream; variable
1915 mSidebandStream(nullptr),1999 mSidebandStream = stream; in setSidebandStream()2097 output << " Handle: " << mSidebandStream << '\n'; in dump()2178 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
597 const native_handle_t* mSidebandStream; variable