Home
last modified time | relevance | path

Searched refs:outLayerCount (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferdescriptor.cpp237 int mali_gralloc_get_layer_count_internal(buffer_handle_t buffer, uint32_t *outLayerCount) in mali_gralloc_get_layer_count_internal() argument
245 if (outLayerCount == NULL) in mali_gralloc_get_layer_count_internal()
251 *outLayerCount = hnd->layer_count; in mali_gralloc_get_layer_count_internal()
Dmali_gralloc_bufferdescriptor.h68 int mali_gralloc_get_layer_count_internal(buffer_handle_t buffer, uint32_t *outLayerCount);
Dmali_gralloc_public_interface.cpp376 uint32_t* outLayerCount) in mali_gralloc1_get_layer_count() argument
379 ret = mali_gralloc_get_layer_count_internal(buffer, outLayerCount); in mali_gralloc1_get_layer_count()
/aosp_15_r20/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() argument
237 *outLayerCount = mDescriptor.layerCount; in getLayerCount()
/aosp_15_r20/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp248 status_t GraphicBufferMapper::getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) { in getLayerCount() argument
249 return mMapper->getLayerCount(bufferHandle, outLayerCount); in getLayerCount()
/aosp_15_r20/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp976 status_t encodeLayerCount(uint64_t layerCount, hidl_vec<uint8_t>* outLayerCount) { in encodeLayerCount() argument
977 return encodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, encodeInteger); in encodeLayerCount()
980 status_t decodeLayerCount(const hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount) { in decodeLayerCount() argument
981 return decodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, decodeInteger); in decodeLayerCount()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/hardware/libhardware/include_all/hardware/
H A Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/external/mesa3d/include/android_stub/hardware/
H A Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);

12345