Home | History | Annotate | Download | only in tests

Lines Matching defs:staticInfo

521     CameraMetadata staticInfo = mCamera->getCameraInfo(CAMERA_ID);
522 ASSERT_FALSE(staticInfo.isEmpty());
525 EXPECT_TRUE(staticInfo.exists(tag));
526 camera_metadata_entry_t entry = staticInfo.find(tag);