Searched refs:configuredWindowsp (Results 1 – 1 of 1) sorted by relevance
901 ConfiguredWindows *configuredWindowsp = std::get_if<ConfiguredWindows>(&retInit); in testLogicalCameraPhysicalStream() local902 ASSERT_NE(configuredWindowsp, nullptr); in testLogicalCameraPhysicalStream()903 ASSERT_LE(configuredWindowsp->size(), testCases.size()); in testLogicalCameraPhysicalStream()932 auto it = configuredWindowsp->find(testCase->getNativeWindow()); in testLogicalCameraPhysicalStream()933 if (it == configuredWindowsp->end()) { in testLogicalCameraPhysicalStream()