Searched refs:getVsyncIdleCount (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/graphics/composer/aidl/vts/ | ||
D | GraphicsComposerCallback.h | 43 int32_t getVsyncIdleCount() const; |
D | GraphicsComposerCallback.cpp | 68 int32_t GraphicsComposerCallback::getVsyncIdleCount() const { in getVsyncIdleCount() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerCallback |
D | VtsComposerClient.cpp | 438 int32_t VtsComposerClient::getVsyncIdleCount() { in getVsyncIdleCount() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient |
D | VtsComposerClient.h | 187 int32_t getVsyncIdleCount(); |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 2610 EXPECT_EQ(0, mComposerClient->getVsyncIdleCount()); in TEST_P() |