Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferdescriptor.cpp272 int mali_gralloc_get_layer_count_internal(buffer_handle_t buffer, uint32_t *outLayerCount) in mali_gralloc_get_layer_count_internal() argument
280 if (outLayerCount == NULL) in mali_gralloc_get_layer_count_internal()
286 *outLayerCount = hnd->layer_count; in mali_gralloc_get_layer_count_internal()
Dmali_gralloc_bufferdescriptor.h118 int mali_gralloc_get_layer_count_internal(buffer_handle_t buffer, uint32_t *outLayerCount);
Dmali_gralloc_public_interface.cpp473 …ralloc1_get_layer_count(gralloc1_device_t* device, buffer_handle_t buffer, uint32_t* outLayerCount) in mali_gralloc1_get_layer_count() argument
476 ret = mali_gralloc_get_layer_count_internal(buffer, outLayerCount); in mali_gralloc1_get_layer_count()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() argument
237 *outLayerCount = mDescriptor.layerCount; in getLayerCount()
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.cpp336 uint32_t *outLayerCount) { in GetLayerCount() argument
339 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.cpp336 uint32_t *outLayerCount) { in GetLayerCount() argument
339 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/libhardware/include/hardware/
Dgralloc1.h628 uint32_t* outLayerCount);
/hardware/qcom/sm7250/display/gralloc/
Dgr_device_impl.cpp428 uint32_t *outLayerCount) { in GetLayerCount() argument
429 if (!outLayerCount) { in GetLayerCount()
435 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.cpp425 uint32_t *outLayerCount) { in GetLayerCount() argument
426 if (!outLayerCount) { in GetLayerCount()
432 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.cpp349 uint32_t *outLayerCount) { in GetLayerCount() argument
352 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp331 uint32_t *outLayerCount) { in GetLayerCount() argument
334 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()
/hardware/qcom/sdm845/display/gralloc/
Dgr_device_impl.cpp410 uint32_t *outLayerCount) { in GetLayerCount() argument
413 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount(); in GetLayerCount()