mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "evs: Use ui::LayerStack"
This commit is contained in:
committed by
Android (Google) Code Review
commit
83eecfe362
@@ -630,7 +630,7 @@ TEST_P(EvsHidlTest, CameraToDisplayRoundTrip) {
|
||||
ASSERT_GT(height, 0);
|
||||
|
||||
android::ui::DisplayState* pState = (android::ui::DisplayState*)state.data();
|
||||
ASSERT_NE(pState->layerStack, -1);
|
||||
ASSERT_NE(pState->layerStack, android::ui::INVALID_LAYER_STACK);
|
||||
});
|
||||
|
||||
// Test each reported camera
|
||||
|
||||
Reference in New Issue
Block a user