Home
last modified time | relevance | path

Searched defs:GetLayerCount (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h93 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_priv_handle.h168 unsigned int GetLayerCount() const { return layer_count; } in GetLayerCount() function
Dgr_device_impl.cpp409 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc::GrallocImpl
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h93 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_device_impl.cpp424 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc::GrallocImpl
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h81 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_priv_handle.h186 unsigned int GetLayerCount() const { return layer_count; } in GetLayerCount() function
Dgr_device_impl.cpp335 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h81 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_priv_handle.h185 unsigned int GetLayerCount() const { return layer_count; } in GetLayerCount() function
Dgr_device_impl.cpp335 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h80 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_priv_handle.h180 unsigned int GetLayerCount() const { return layer_count; } in GetLayerCount() function
Dgr_device_impl.cpp330 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h80 uint32_t GetLayerCount() const { return layer_count_; } in GetLayerCount() function
Dgr_priv_handle.h188 unsigned int GetLayerCount() const { return layer_count; } in GetLayerCount() function
Dgr_device_impl.cpp348 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() function in gralloc1::GrallocImpl
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1121 TEST_P(GraphicsMapperHidlTest, GetLayerCount) { in TEST_P() argument