Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp174 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeBufferId, gralloc4::decodeBufferId)… in TEST_P()
474 ASSERT_NE(NO_ERROR, gralloc4::encodeBufferId(0, nullptr)); in TEST_F()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h257 status_t encodeBufferId(uint64_t bufferId, android::hardware::hidl_vec<uint8_t>* outBufferId);
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp459 err = android::gralloc4::encodeBufferId(handle->backing_store_id, &vec); in get_metadata()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp944 status_t encodeBufferId(uint64_t bufferId, hidl_vec<uint8_t>* outBufferId) { in encodeBufferId() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1223 android::gralloc4::encodeBufferId((uint64_t)handle->id, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_mgr.cpp1177 android::gralloc4::encodeBufferId((uint64_t)handle->id, out); in GetMetadata()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1933 ASSERT_EQ(NO_ERROR, gralloc4::encodeBufferId(bufferId, &bufferIdVec)); in TEST_P()