/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 205 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 218 mComposerClient->getRaw()->createLayer( in TEST_P() 234 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 793 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 834 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 879 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 902 layer = mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 993 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 1012 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 1028 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() [all …]
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 841 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, nullptr); in TEST_P() 854 mComposerClient->createLayer(getInvalidDisplayId(), kBufferSlotCount, nullptr); in TEST_P() 867 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, nullptr); in TEST_P() 1489 mComposerClient->createLayer(display.getDisplayId(), kBufferSlotCount, &writer); in sendRefreshFrame() 1570 mComposerClient->createLayer(display.getDisplayId(), kBufferSlotCount, &writer); in createOnScreenLayer() 1824 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P() 1964 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P() 2003 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P() 2047 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P() 2056 mComposerClient->createLayer(getPrimaryDisplayId(), kBufferSlotCount, &writer); in TEST_P() [all …]
|
D | ReadbackVts.h | 56 const auto& [status, layer] = client->createLayer(display, kBufferSlotCount, &writer); in TestLayer()
|
D | VtsComposerClient.cpp | 99 std::pair<ScopedAStatus, int64_t> VtsComposerClient::createLayer(int64_t display, in createLayer() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient 111 auto status = mComposerClient->createLayer(display, bufferSlotCount, &outLayer); in createLayer()
|
D | VtsComposerClient.h | 73 std::pair<ScopedAStatus, int64_t> createLayer(int64_t display, int32_t bufferSlotCount,
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 83 Layer createLayer(Display display, uint32_t bufferSlotCount);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 126 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) { in createLayer() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient 128 mClient->createLayer(display, bufferSlotCount, [&](const auto& tmpError, const auto& tmpLayer) { in createLayer()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 163 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 490 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 511 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic.cpp | 46 AcrylicLayer *Acrylic::createLayer() in createLayer() function in Acrylic
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 37 long createLayer(long display, int bufferSlotCount); in createLayer() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 37 long createLayer(long display, int bufferSlotCount); in createLayer() method
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 184 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 451 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P() 571 mComposerClient->createLayer(mPrimaryDisplay, kBufferSlotCount)); in TEST_P()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 37 long createLayer(long display, int bufferSlotCount); in createLayer() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 37 long createLayer(long display, int bufferSlotCount); in createLayer() method
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 158 Error createLayer(Display display, Layer* outLayer) override { in createLayer() function 159 int32_t err = mDispatch.createLayer(mDevice, display, outLayer); in createLayer() 517 !initDispatch(HWC2_FUNCTION_CREATE_LAYER, &mDispatch.createLayer) || in initDispatch() 623 HWC2_PFN_CREATE_LAYER createLayer; member
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 115 long createLayer(long display, int bufferSlotCount); in createLayer() method
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 163 Return<void> createLayer(Display display, uint32_t bufferSlotCount, in createLayer() function 166 Error err = mHal->createLayer(display, &layer); in createLayer()
|
D | ComposerHal.h | 76 virtual Error createLayer(Display display, Layer* outLayer) = 0;
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ReadbackVts.h | 56 : mLayer(client->createLayer(display, kBufferSlotCount)), mComposerClient(client) {} in TestLayer()
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 65 ndk::ScopedAStatus createLayer(int64_t display, int32_t bufferSlotCount,
|
D | ComposerClient.cpp | 55 ndk::ScopedAStatus ComposerClient::createLayer(int64_t display, int32_t bufferSlotCount, in createLayer() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient 58 auto err = mHal->createLayer(display, layer); in createLayer()
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 50 int32_t createLayer(int64_t display, int64_t* outLayer) override;
|
D | HalImpl.cpp | 278 int32_t HalImpl::createLayer(int64_t display, int64_t* outLayer) { in createLayer() function in aidl::android::hardware::graphics::composer3::impl::HalImpl 283 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in createLayer() 303 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in batchedCreateDestroyLayer()
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 121 virtual int32_t createLayer(int64_t display, int64_t* outLayer) = 0;
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 101 Return<void> createLayer(uint64_t display, uint32_t bufferSlotCount,
|