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.cpp461 native_handle_t* wh = nullptr; in TEST_P() local
462 mStatus = AImageReader_getWindowNativeHandle(reader, &wh); in TEST_P()
463 EXPECT_TRUE(mStatus == AMEDIA_OK && wh != nullptr); in TEST_P()
464 OutputConfiguration output = createOutputConfiguration({wh}); in TEST_P()