Searched refs:mSidebandStream (Results 1 – 7 of 7) sorted by relevance
712 if (mSidebandStream.get()) {715 error = hwcLayer->setSidebandStream(mSidebandStream->handle());718 mName.string(), mSidebandStream->handle(),785 if (mSidebandStream.get()) {786 layer.setSidebandStream(mSidebandStream);1488 if (resizePending && mSidebandStream == NULL) {1793 && (mActiveBuffer != NULL || mSidebandStream != NULL);1796 && (mActiveBuffer != NULL || mSidebandStream != NULL);1806 mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();1807 if (mSidebandStream != NULL) {
559 sp<NativeHandle> mSidebandStream; variable
270 sp<NativeHandle> mSidebandStream; variable
1985 mSidebandStream(*this, nullptr),2073 mSidebandStream.setPending(stream); in setSidebandStream()2172 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump()2272 if (applyAllState || mSidebandStream.isDirty()) { in applySidebandState()2273 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()2274 mSidebandStream.latch(); in applySidebandState()
567 LatchedState<const native_handle_t*> mSidebandStream; variable
1192 mCore->mSidebandStream.clear(); in disconnect()1220 mCore->mSidebandStream = stream; in setSidebandStream()
718 return mCore->mSidebandStream; in getSidebandStream()