Searched refs:preview2 (Results 1 – 2 of 2) sorted by relevance
7898 sptr<CaptureOutput> preview2 = CreatePreviewOutput(); variable7899 ASSERT_NE(preview2, nullptr);7909 EXPECT_EQ(secureSession->AddOutput(preview2), 0);7911 EXPECT_EQ(secureSession->AddSecureOutput(preview2), OPERATION_NOT_ALLOWED);7954 sptr<CaptureOutput> preview2 = CreatePreviewOutput(); variable7955 ASSERT_NE(preview2, nullptr);7965 EXPECT_EQ(secureSession->AddOutput(preview2), 0);7967 EXPECT_EQ(secureSession->AddSecureOutput(preview2), OPERATION_NOT_ALLOWED);
11339 sptr<CaptureOutput> preview2 = CreatePreviewOutput(); variable11340 ASSERT_NE(preview2, nullptr);11350 EXPECT_EQ(secureSession->AddOutput(preview2), 0);11352 EXPECT_EQ(secureSession->AddSecureOutput(preview2), CAMERA_OPERATION_NOT_ALLOWED);