Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp198 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeAllocationSize, gralloc4::decodeAll… in TEST_P()
509 ASSERT_NE(NO_ERROR, gralloc4::encodeAllocationSize(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h290 status_t encodeAllocationSize(uint64_t allocationSize, android::hardware::hidl_vec<uint8_t>* outAll…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1024 status_t encodeAllocationSize(uint64_t allocationSize, hidl_vec<uint8_t>* outAllocationSize) { in encodeAllocationSize() function