Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp194 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeUsage, gralloc4::decodeUsage)); in TEST_P()
508 ASSERT_NE(NO_ERROR, gralloc4::encodeUsage(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h287 status_t encodeUsage(uint64_t usage, android::hardware::hidl_vec<uint8_t>* outUsage);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1016 status_t encodeUsage(uint64_t usage, hidl_vec<uint8_t>* outUsage) { in encodeUsage() function