Searched refs:GetLayerCount (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_descriptor.h80 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp147 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount);
323 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
327 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
H A Dgr_device_impl.h93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
H A Dgr_priv_handle.h178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
H A Dgr_buf_mgr.cpp476 uint32_t layer_count = descriptor.GetLayerCount();
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_descriptor.h80 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp150 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount);
338 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
342 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
H A Dgr_device_impl.h93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
H A Dgr_priv_handle.h178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
H A Dgr_buf_mgr.cpp464 uint32_t layer_count = descriptor.GetLayerCount();
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_descriptor.h81 uint32_t GetLayerCount() const { return layer_count_; } function in class:gralloc1::BufferDescriptor
H A Dgr_device_impl.cpp150 return reinterpret_cast<gralloc1_function_pointer_t>(GetLayerCount);
338 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
342 *outLayerCount = PRIV_HANDLE_CONST(buffer)->GetLayerCount();
H A Dgr_device_impl.h93 static gralloc1_error_t GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer,
H A Dgr_priv_handle.h178 unsigned int GetLayerCount() const { return layer_count; } function in struct:private_handle_t
H A Dgr_buf_mgr.cpp489 uint32_t layer_count = descriptor.GetLayerCount();

Completed in 91 milliseconds