Home
last modified time | relevance | path

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

/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp111 native_handle_t* sidebandStream = nullptr; in openStream() local
115 sidebandStream = stream.sideband_stream_source_handle; in openStream()
126 cb(res, sidebandStream); in openStream()
/hardware/interfaces/tv/input/1.0/
DITvInput.hal62 * @return sidebandStream handle for sideband stream.
66 generates (Result result, handle sidebandStream);
/hardware/libhardware/include/hardware/
Dhwcomposer.h148 const native_handle_t* sidebandStream; member
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1543 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1442 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
2177 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()