Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp475 err = android::gralloc4::encodeLayerCount(handle->layer_count, &vec); in get_metadata()
803 err = android::gralloc4::encodeLayerCount(description.layerCount, &vec); in getFromBufferDescriptorInfo()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp186 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeLayerCount, gralloc4::decodeLayerCo… in TEST_P()
478 ASSERT_NE(NO_ERROR, gralloc4::encodeLayerCount(0, nullptr)); in TEST_F()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.cpp296 android::gralloc4::encodeLayerCount(description.layerCount, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1237 android::gralloc4::encodeLayerCount((uint64_t)handle->layer_count, out); in GetMetadata()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.cpp296 android::gralloc4::encodeLayerCount(description.layerCount, &out)); in getFromBufferDescriptorInfo()
H A Dgr_buf_mgr.cpp1191 android::gralloc4::encodeLayerCount((uint64_t)handle->layer_count, out); in GetMetadata()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h269 status_t encodeLayerCount(uint64_t layerCount, android::hardware::hidl_vec<uint8_t>* outLayerCount);
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp976 status_t encodeLayerCount(uint64_t layerCount, hidl_vec<uint8_t>* outLayerCount) { in encodeLayerCount() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1956 ASSERT_EQ(NO_ERROR, gralloc4::encodeLayerCount(layerCount, &layerCountVec)); in TEST_P()