Searched refs:mSidebandStream (Results 1 – 14 of 14) sorted by relevance
170 lhs.mSidebandStream == rhs.mSidebandStream && lhs.mBuffer == rhs.mBuffer && in operator ==()
105 if ((mSidebandStream == nullptr) && (mBufferInfo.mBuffer == nullptr)) { in isOpaque()116 (mBufferInfo.mBuffer != nullptr || mSidebandStream != nullptr); in isVisible()181 if (mSidebandStream != nullptr) { in prepareClientComposition()819 mSidebandStream = clonedFrom->mSidebandStream; in updateCloneBufferInfo()
199 const bool updateSidebandStream = hasFrameUpdate() && mSidebandStream.get(); in latchSidebandStream()205 mSidebandStream = mConsumer->getSidebandStream(); in latchSidebandStream()207 layerCompositionState->sidebandStream = mSidebandStream; in latchSidebandStream()
705 const bool updateSidebandStream = hasFrameUpdate() && mSidebandStream.get(); in latchSidebandStream()710 mSidebandStream = s.sidebandStream; in latchSidebandStream()711 editCompositionState()->sidebandStream = mSidebandStream; in latchSidebandStream()712 if (mSidebandStream != nullptr) { in latchSidebandStream()
993 sp<NativeHandle> mSidebandStream; variable
284 sp<NativeHandle> mSidebandStream; variable
385 mSidebandStream{[](auto layer) {469 &mPixelFormat, &mColorTransform, &mCompositionType, &mSidebandStream,
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()2177 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
1355 mCore->mSidebandStream.clear(); in disconnect()1388 mCore->mSidebandStream = stream; in setSidebandStream()
770 *outStream = mCore->mSidebandStream; in getSidebandStream()
597 const native_handle_t* mSidebandStream; variable
275 layer->mSidebandStream = sidebandStream; in setLayerSidebandStream()