Lines Matching refs:getPrimaryDisplay
127 const VtsDisplay& getPrimaryDisplay() const { return mDisplays[0]; } in getPrimaryDisplay() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlTest
129 int64_t getPrimaryDisplayId() const { return getPrimaryDisplay().getDisplayId(); } in getPrimaryDisplayId()
1469 return allocate(static_cast<uint32_t>(getPrimaryDisplay().getDisplayWidth()), in allocate()
1470 static_cast<uint32_t>(getPrimaryDisplay().getDisplayHeight()), pixelFormat); in allocate()
1694 const auto layer = createOnScreenLayer(getPrimaryDisplay()); in Test_expectedPresentTime()
1967 Rect displayFrame{0, 0, getPrimaryDisplay().getDisplayWidth(), in TEST_P()
1968 getPrimaryDisplay().getDisplayHeight()}; in TEST_P()
1969 FRect cropRect{0, 0, (float)getPrimaryDisplay().getDisplayWidth(), in TEST_P()
1970 (float)getPrimaryDisplay().getDisplayHeight()}; in TEST_P()
1971 configureLayer(getPrimaryDisplay(), layer, Composition::CURSOR, displayFrame, cropRect); in TEST_P()
2012 Rect displayFrame{0, 0, getPrimaryDisplay().getDisplayWidth(), in TEST_P()
2013 getPrimaryDisplay().getDisplayHeight()}; in TEST_P()
2014 FRect cropRect{0, 0, (float)getPrimaryDisplay().getDisplayWidth(), in TEST_P()
2015 (float)getPrimaryDisplay().getDisplayHeight()}; in TEST_P()
2016 configureLayer(getPrimaryDisplay(), layer, Composition::CURSOR, displayFrame, cropRect); in TEST_P()
2627 const auto layer = createOnScreenLayer(getPrimaryDisplay()); in TEST_P()
2814 createOnScreenLayer(getPrimaryDisplay(), Composition::REFRESH_RATE_INDICATOR))); in TEST_P()