/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
H A D | ComposerVts.cpp | 31 std::unique_ptr<ComposerClient> Composer::createClient() { in createClient() 32 std::unique_ptr<ComposerClient> client; in createClient() 35 client = std::make_unique<ComposerClient>(tmpClient); in createClient() 41 sp<IComposerClient> ComposerClient::getRaw() const { in getRaw() 45 bool ComposerClient::getDisplayIdentificationData(Display display, uint8_t* outPort, in getDisplayIdentificationData() 64 std::vector<ColorMode> ComposerClient::getColorModes_2_3(Display display) { in getColorModes_2_3() 131 Error ComposerClient::getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() 146 Error ComposerClient::setDisplayedContentSamplingEnabled( in setDisplayedContentSamplingEnabled() 173 Error ComposerClient::getDisplayCapabilities( in getDisplayCapabilities() 186 bool ComposerClient::getDisplayBrightnessSupport(Display display) { in getDisplayBrightnessSupport() [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
H A D | ComposerVts.cpp | 31 std::unique_ptr<ComposerClient> Composer::createClient() { in createClient() 32 std::unique_ptr<ComposerClient> client; in createClient() 35 client = std::make_unique<ComposerClient>(tmpClient); in createClient() 41 sp<IComposerClient> ComposerClient::getRaw() const { in getRaw() 45 Error ComposerClient::getDisplayCapabilities( in getDisplayCapabilities() 56 Error ComposerClient::getDisplayConnectionType(Display display, in getDisplayConnectionType() 66 int32_t ComposerClient::getDisplayAttribute_2_4( in getDisplayAttribute_2_4() 93 Error ComposerClient::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() 106 Error ComposerClient::setAutoLowLatencyMode(Display display, bool on) { in setAutoLowLatencyMode() 110 Error ComposerClient::getSupportedContentTypes( in getSupportedContentTypes() [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
H A D | ComposerVts.cpp | 59 std::unique_ptr<ComposerClient> Composer::createClient() { in createClient() 60 std::unique_ptr<ComposerClient> client; in createClient() 63 client = std::make_unique<ComposerClient>(tmpClient); in createClient() 69 ComposerClient::ComposerClient(const sp<IComposerClient>& client) : mClient(client) {} in ComposerClient() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient 71 ComposerClient::~ComposerClient() { in ~ComposerClient() 89 sp<IComposerClient> ComposerClient::getRaw() const { in getRaw() 97 uint32_t ComposerClient::getMaxVirtualDisplayCount() { in getMaxVirtualDisplayCount() 119 void ComposerClient::destroyVirtualDisplay(Display display) { in destroyVirtualDisplay() 153 Config ComposerClient::getActiveConfig(Display display) { in getActiveConfig() 201 std::string ComposerClient::getDisplayName(Display display) { in getDisplayName() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerService.h | 27 using ComposerClient = android::hardware::graphics::composer::V2_4::hal::ComposerClient; variable 35 explicit FakeComposerService_2_1(android::sp<ComposerClient>& client); 43 android::sp<ComposerClient> mClient; 49 explicit FakeComposerService_2_2(android::sp<ComposerClient>& client); 57 android::sp<ComposerClient> mClient; 63 explicit FakeComposerService_2_3(android::sp<ComposerClient>& client); 72 android::sp<ComposerClient> mClient; 79 explicit FakeComposerService_2_4(android::sp<ComposerClient>& client); 89 android::sp<ComposerClient> mClient;
|
H A D | FakeComposerService.cpp | 33 FakeComposerService_2_1::FakeComposerService_2_1(android::sp<ComposerClient>& client) in FakeComposerService_2_1() 62 FakeComposerService_2_2::FakeComposerService_2_2(android::sp<ComposerClient>& client) in FakeComposerService_2_2() 91 FakeComposerService_2_3::FakeComposerService_2_3(android::sp<ComposerClient>& client) in FakeComposerService_2_3() 129 FakeComposerService_2_4::FakeComposerService_2_4(android::sp<ComposerClient>& client) in FakeComposerService_2_4()
|
H A D | SFFakeHwc_test.cpp | 221 sp<V2_4::hal::ComposerClient> client = new V2_4::hal::ComposerClient(mFakeComposerClient); in SetUp() 1143 sp<V2_4::hal::ComposerClient> client = new V2_4::hal::ComposerClient(sFakeComposer); in SetUpTestCase()
|
H A D | FakeComposerClient.h | 257 void setClient(ComposerClient* client);
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ComposerVts.cpp | 32 std::unique_ptr<ComposerClient> Composer::createClient() { in createClient() 33 std::unique_ptr<ComposerClient> client; in createClient() 46 sp<IComposerClient> ComposerClient::getRaw() const { in getRaw() 50 std::vector<IComposerClient::PerFrameMetadataKey> ComposerClient::getPerFrameMetadataKeys( in getPerFrameMetadataKeys() 92 Display ComposerClient::createVirtualDisplay_2_2(uint32_t width, uint32_t height, in createVirtualDisplay_2_2() 117 void ComposerClient::setPowerMode_2_2(Display display, IComposerClient::PowerMode mode) { in setPowerMode_2_2() 122 void ComposerClient::setReadbackBuffer(Display display, const native_handle_t* buffer, in setReadbackBuffer() 140 void ComposerClient::getReadbackBufferFence(Display display, int32_t* outFence) { in getReadbackBufferFence() 148 std::vector<ColorMode> ComposerClient::getColorModes(Display display) { in getColorModes() 166 void ComposerClient::setColorMode(Display display, ColorMode mode, RenderIntent intent) { in setColorMode() [all …]
|
H A D | ReadbackVts.cpp | 188 ReadbackBuffer::ReadbackBuffer(Display display, const std::shared_ptr<ComposerClient>& client, in ReadbackBuffer() 252 TestBufferLayer::TestBufferLayer(const std::shared_ptr<ComposerClient>& client, in TestBufferLayer()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
H A D | ComposerVts.h | 47 class ComposerClient; variable 56 std::unique_ptr<ComposerClient> createClient(); 63 class ComposerClient : public V2_3::vts::ComposerClient { 65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function 66 : V2_3::vts::ComposerClient(client), mClient(client) {} in ComposerClient()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
H A D | ComposerVts.h | 44 class ComposerClient; variable 53 std::unique_ptr<ComposerClient> createClient(); 60 class ComposerClient : public V2_2::vts::ComposerClient { 62 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function 63 : V2_2::vts::ComposerClient(client), mClient(client) {} in ComposerClient()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
H A D | ComposerVts.h | 52 class ComposerClient; variable 59 std::unique_ptr<ComposerClient> createClient(); 63 class ComposerClient : public V2_1::vts::ComposerClient { 65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function 66 : V2_1::vts::ComposerClient(client), mClient(client) {} in ComposerClient()
|
H A D | ReadbackVts.h | 59 TestLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestLayer() 95 std::shared_ptr<ComposerClient> const mComposerClient; 100 TestColorLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestColorLayer() 116 const std::shared_ptr<ComposerClient>& client, const std::shared_ptr<Gralloc>& gralloc, 182 ReadbackBuffer(Display display, const std::shared_ptr<ComposerClient>& client, 203 std::shared_ptr<ComposerClient> mComposerClient;
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
H A D | ComposerVts.h | 53 class ComposerClient; variable 69 std::unique_ptr<ComposerClient> createClient(); 78 class ComposerClient { 80 explicit ComposerClient(const sp<IComposerClient>& client); 81 ~ComposerClient();
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_composer_client.h | 36 using ComposerClient = ComposerClientImpl<IVrComposerClient, ComposerHal>; variable 38 class VrComposerClient : public ComposerClient {
|
H A D | vr_composer_client.cpp | 33 : ComposerClient(&hal), mVrHal(hal) { in VrComposerClient()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
H A D | Composer.h | 55 sp<ComposerClient> client = ComposerClient::create(mHal.get()).release(); in createClient_2_3()
|
H A D | ComposerClient.h | 203 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
H A D | Composer.h | 55 sp<ComposerClient> client = ComposerClient::create(mHal.get()).release(); in createClient_2_4()
|
H A D | ComposerClient.h | 207 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
H A D | Composer.h | 48 auto client = ComposerClient::create(mHal.get()); in createClient()
|
H A D | ComposerClient.h | 223 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
H A D | Composer.h | 136 auto client = ComposerClient::create(mHal.get()); in createClient()
|
H A D | ComposerClient.h | 451 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
|
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 111 std::unique_ptr<ComposerClient> mComposerClient;
|