Lines Matching refs:PerFrameMetadataKey
53 using android::Hwc2::PerFrameMetadataKey;
590 .WillOnce(DoAll(SetArgPointee<1>(std::vector<PerFrameMetadataKey>()), in setupComposerCallExpectations()
600 .WillOnce(DoAll(SetArgPointee<1>(std::vector<PerFrameMetadataKey>({ in setupComposerCallExpectations()
601 PerFrameMetadataKey::DISPLAY_RED_PRIMARY_X, in setupComposerCallExpectations()
602 PerFrameMetadataKey::DISPLAY_RED_PRIMARY_Y, in setupComposerCallExpectations()
603 PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_X, in setupComposerCallExpectations()
604 PerFrameMetadataKey::DISPLAY_GREEN_PRIMARY_Y, in setupComposerCallExpectations()
605 PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_X, in setupComposerCallExpectations()
606 PerFrameMetadataKey::DISPLAY_BLUE_PRIMARY_Y, in setupComposerCallExpectations()
607 PerFrameMetadataKey::WHITE_POINT_X, in setupComposerCallExpectations()
608 PerFrameMetadataKey::WHITE_POINT_Y, in setupComposerCallExpectations()
609 PerFrameMetadataKey::MAX_LUMINANCE, in setupComposerCallExpectations()
610 PerFrameMetadataKey::MIN_LUMINANCE, in setupComposerCallExpectations()
621 .WillOnce(DoAll(SetArgPointee<1>(std::vector<PerFrameMetadataKey>({ in setupComposerCallExpectations()
622 PerFrameMetadataKey::MAX_CONTENT_LIGHT_LEVEL, in setupComposerCallExpectations()
623 PerFrameMetadataKey::MAX_FRAME_AVERAGE_LIGHT_LEVEL, in setupComposerCallExpectations()