/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 461 Error setLayerSidebandStream(Display display, Layer layer, buffer_handle_t stream) override { in setLayerSidebandStream() function 462 int32_t err = mDispatch.setLayerSidebandStream(mDevice, display, layer, stream); in setLayerSidebandStream() 559 &mDispatch.setLayerSidebandStream)) { in initDispatch() 655 HWC2_PFN_SET_LAYER_SIDEBAND_STREAM setLayerSidebandStream; member
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.h | 363 virtual int32_t setLayerSidebandStream(const native_handle_t* stream);
|
D | ExynosLayer.cpp | 604 int32_t ExynosLayer::setLayerSidebandStream(const native_handle_t* __unused stream) { in setLayerSidebandStream() function in ExynosLayer
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerHal.h | 124 virtual Error setLayerSidebandStream(Display display, Layer layer, buffer_handle_t stream) = 0;
|
D | ComposerCommandEngine.h | 493 err = mHal->setLayerSidebandStream(mCurrentDisplay, mCurrentLayer, stream); in executeSetLayerSidebandStream()
|
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerClientWriter.h | 197 void setLayerSidebandStream(int64_t display, int64_t layer, const native_handle_t* stream) { in setLayerSidebandStream() function
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 145 int32_t setLayerSidebandStream(int64_t display, int64_t layer,
|
D | HalImpl.cpp | 1061 int32_t HalImpl::setLayerSidebandStream([[maybe_unused]] int64_t display, in setLayerSidebandStream() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 218 virtual int32_t setLayerSidebandStream(int64_t display, int64_t layer,
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 431 err = mHal->setLayerSidebandStream(display, layer, stream); in executeSetLayerSidebandStream()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 364 void setLayerSidebandStream(const native_handle_t* stream) { in setLayerSidebandStream() function
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 382 void setLayerSidebandStream(const native_handle_t* stream) { in setLayerSidebandStream() function
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 1115 mWriter->setLayerSidebandStream(handle->handle); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 1035 * setLayerSidebandStream(int32_t streamIndex)
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 2298 writer.setLayerSidebandStream(getPrimaryDisplayId(), layer, handle); in TEST_P()
|