Home
last modified time | relevance | path

Searched refs:sidebandStream (Results 1 – 15 of 15) 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/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DLayerCommand.aidl47 @nullable android.hardware.common.NativeHandle sidebandStream;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DLayerCommand.aidl47 @nullable android.hardware.common.NativeHandle sidebandStream;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DLayerCommand.aidl47 @nullable android.hardware.common.NativeHandle sidebandStream;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DLayerCommand.aidl47 @nullable android.hardware.common.NativeHandle sidebandStream;
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DLayerCommand.aidl151 @nullable NativeHandle sidebandStream;
/hardware/libhardware/include/hardware/
Dhwcomposer.h148 const native_handle_t* sidebandStream; member
/hardware/libhardware/include_all/hardware/
Dhwcomposer.h148 const native_handle_t* sidebandStream; member
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.h78 const AidlNativeHandle& sidebandStream);
DComposerCommandEngine.cpp161 DISPATCH_LAYER_COMMAND(display, command, sidebandStream, SidebandStream); in dispatchLayerCommand()
423 const AidlNativeHandle& sidebandStream) { in executeSetLayerSidebandStream() argument
424 buffer_handle_t handle = ::android::makeFromAidl(sidebandStream); in executeSetLayerSidebandStream()
/hardware/interfaces/media/c2/1.1/
DIComponent.hal42 * producer side is configured with the returned @p sidebandStream passed
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h200 getLayerCommand(display, layer).sidebandStream.emplace(std::move(handle)); in setLayerSidebandStream()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1442 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
2177 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1543 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()