Home
last modified time | relevance | path

Searched refs:wh (Results 1 – 1 of 1) sorted by relevance

/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp368 native_handle_t* wh = nullptr; in TEST_P() local
369 mStatus = AImageReader_getWindowNativeHandle(reader, &wh); in TEST_P()
370 EXPECT_TRUE(mStatus == AMEDIA_OK && wh != nullptr); in TEST_P()
371 OutputConfiguration output = createOutputConfiguration({wh}); in TEST_P()