Home
last modified time | relevance | path

Searched refs:encodeName (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp465 err = android::gralloc4::encodeName(name, &vec); in get_metadata()
794 err = android::gralloc4::encodeName(description.name, &vec); in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp249 … ASSERT_NO_FATAL_FAILURE(testHelperConst(GetParam(), gralloc4::encodeName, gralloc4::decodeName)); in TEST_P()
475 ASSERT_NE(NO_ERROR, gralloc4::encodeName("", nullptr)); in TEST_F()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.cpp285 err = static_cast<IMapper_4_0_Error>(android::gralloc4::encodeName(description.name, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1227 android::gralloc4::encodeName(name, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.cpp285 err = static_cast<IMapper_4_0_Error>(android::gralloc4::encodeName(description.name, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1181 android::gralloc4::encodeName(name, out); in GetMetadata()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h260 status_t encodeName(const std::string& name, android::hardware::hidl_vec<uint8_t>* outName);
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp952 status_t encodeName(const std::string& name, hidl_vec<uint8_t>* outName) { in encodeName() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1939 ASSERT_EQ(NO_ERROR, gralloc4::encodeName(name, &nameVec)); in TEST_P()