Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1986 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()
DHWC2On1Adapter.h568 LatchedState<const native_handle_t*> mSidebandStream; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1915 mSidebandStream(nullptr),
1999 mSidebandStream = stream; in setSidebandStream()
2097 output << " Handle: " << mSidebandStream << '\n'; in dump()
2178 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h597 const native_handle_t* mSidebandStream; variable