Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp349 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(planeLayouts, gralloc4::encodePlaneLayouts, grall… in TEST_F()
514 ASSERT_NE(NO_ERROR, gralloc4::encodePlaneLayouts({}, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h305 status_t encodePlaneLayouts(const std::vector<aidl::android::hardware::graphics::common::PlaneLayou…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1069 status_t encodePlaneLayouts(const std::vector<PlaneLayout>& planeLayouts, hidl_vec<uint8_t>* outPla… in encodePlaneLayouts() function