Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp174 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeBufferId, gralloc4::decodeBufferId)… in TEST_P()
500 ASSERT_NE(NO_ERROR, gralloc4::encodeBufferId(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h263 status_t encodeBufferId(uint64_t bufferId, android::hardware::hidl_vec<uint8_t>* outBufferId);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp944 status_t encodeBufferId(uint64_t bufferId, hidl_vec<uint8_t>* outBufferId) { in encodeBufferId() function