Searched refs:targetDisplayId (Results 1 – 3 of 3) sorted by relevance
331 uint64_t targetDisplayId = mInternalDisplayId; in openDisplay() local334 targetDisplayId = it->second; in openDisplay()342 ndk::SharedRefBase::make<EvsGlDisplay>(sDisplayProxy, targetDisplayId); in openDisplay()
598 uint8_t targetDisplayId = 0; in TEST_P() local602 targetDisplayId = displayIds[0]; in TEST_P()608 ASSERT_TRUE(mEnumerator->openDisplay(targetDisplayId, &pDisplay).isOk()); in TEST_P()610 LOG(INFO) << "Display " << static_cast<int>(targetDisplayId) << " is in use."; in TEST_P()1409 uint8_t targetDisplayId = 0; in TEST_P() local1413 targetDisplayId = displayIds[0]; in TEST_P()1417 ASSERT_TRUE(mEnumerator->openDisplay(targetDisplayId, &pDisplay).isOk()); in TEST_P()1718 uint8_t targetDisplayId = 0; in TEST_P() local1722 targetDisplayId = displayIds[0]; in TEST_P()1728 ASSERT_TRUE(mEnumerator->openDisplay(targetDisplayId, &pDisplay).isOk()); in TEST_P()
639 uint8_t targetDisplayId = 0; in TEST_P() local640 pEnumerator->getDisplayIdList([&targetDisplayId](auto ids) { in TEST_P()642 targetDisplayId = ids[0]; in TEST_P()648 sp<IEvsDisplay_1_1> pDisplay = pEnumerator->openDisplay_1_1(targetDisplayId); in TEST_P()650 LOG(INFO) << "Display " << targetDisplayId << " is already in use."; in TEST_P()