Searched refs:VtsComposerClient (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.cpp | 29 VtsComposerClient::VtsComposerClient(const std::string& name) { in VtsComposerClient() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient 46 ScopedAStatus VtsComposerClient::createClient() { in createClient() 65 bool VtsComposerClient::tearDown(ComposerClientWriter* writer) { in tearDown() 69 std::pair<ScopedAStatus, int32_t> VtsComposerClient::getInterfaceVersion() const { in getInterfaceVersion() 78 std::pair<ScopedAStatus, VirtualDisplay> VtsComposerClient::createVirtualDisplay( in createVirtualDisplay() 90 ScopedAStatus VtsComposerClient::destroyVirtualDisplay(int64_t display) { in destroyVirtualDisplay() 99 std::pair<ScopedAStatus, int64_t> VtsComposerClient::createLayer(int64_t display, in createLayer() 119 ScopedAStatus VtsComposerClient::destroyLayer(int64_t display, int64_t layer, in destroyLayer() 135 std::pair<ScopedAStatus, int32_t> VtsComposerClient::getActiveConfig(int64_t display) { in getActiveConfig() 140 ScopedAStatus VtsComposerClient::setActiveConfig(VtsDisplay* vtsDisplay, int32_t config) { in setActiveConfig() [all …]
|
D | ReadbackVts.h | 53 TestLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display, in TestLayer() 112 TestColorLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display, in TestColorLayer() 128 TestBufferLayer(const std::shared_ptr<VtsComposerClient>& client, 201 ReadbackBuffer(int64_t display, const std::shared_ptr<VtsComposerClient>& client, int32_t width, 219 std::shared_ptr<VtsComposerClient> mComposerClient;
|
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 44 mComposerClient = std::make_shared<VtsComposerClient>(name); in SetUpBase() 160 std::shared_ptr<VtsComposerClient> mComposerClient; 228 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 288 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 349 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 477 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 511 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 589 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 666 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 696 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() [all …]
|
D | Android.bp | 42 "VtsComposerClient.cpp",
|
D | VtsComposerClient.h | 57 class VtsComposerClient { 59 VtsComposerClient(const std::string& name);
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 58 mComposerClient = std::make_unique<VtsComposerClient>(GetParam()); in SetUp() 140 std::unique_ptr<VtsComposerClient> mComposerClient; 1293 VtsComposerClient::kMaxFrameIntervalNs); in TEST_P() 1504 VtsComposerClient::kNoFrameIntervalNs); in sendRefreshFrame() 1522 VtsComposerClient::kNoFrameIntervalNs); in sendRefreshFrame() 1536 int32_t frameIntervalNs = VtsComposerClient::kNoFrameIntervalNs) { 1921 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 1928 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 1936 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() 1976 VtsComposerClient::kNoFrameIntervalNs); in TEST_P() [all …]
|
D | ReadbackVts.cpp | 212 ReadbackBuffer::ReadbackBuffer(int64_t display, const std::shared_ptr<VtsComposerClient>& client, in ReadbackBuffer() 294 TestBufferLayer::TestBufferLayer(const std::shared_ptr<VtsComposerClient>& client, in TestBufferLayer()
|