HomeSort by relevance Sort by last modified time
    Searched defs:HWCBufferAllocator (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_buffer_allocator.h 45 class HWCBufferAllocator : public BufferAllocator {
47 HWCBufferAllocator();
hwc_buffer_allocator.cpp 41 #define __CLASS__ "HWCBufferAllocator"
45 HWCBufferAllocator::HWCBufferAllocator() {
49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
124 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
161 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) {
201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) {
268 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo(const BufferConfig &buffer_config,
305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info,
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_buffer_allocator.h 46 class HWCBufferAllocator : public BufferAllocator {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_buffer_allocator.h 45 class HWCBufferAllocator : public BufferAllocator {
47 HWCBufferAllocator();
hwc_buffer_allocator.cpp 41 #define __CLASS__ "HWCBufferAllocator"
45 HWCBufferAllocator::HWCBufferAllocator() {
49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
124 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
161 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) {
201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) {
268 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo(const BufferConfig &buffer_config,
305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info,
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_buffer_allocator.h 46 class HWCBufferAllocator : public BufferAllocator {
48 HWCBufferAllocator();
49 ~HWCBufferAllocator();
hwc_buffer_allocator.cpp 40 #define __CLASS__ "HWCBufferAllocator"
44 HWCBufferAllocator::HWCBufferAllocator() {
61 HWCBufferAllocator::~HWCBufferAllocator() {
67 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
112 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
125 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width,
131 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format,
148 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.h 45 class HWCBufferAllocator : public BufferAllocator {
47 HWCBufferAllocator();
hwc_buffer_allocator.cpp 41 #define __CLASS__ "HWCBufferAllocator"
45 HWCBufferAllocator::HWCBufferAllocator() {
49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
117 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
153 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) {
189 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_buffer_allocator.h 46 class HWCBufferAllocator : public BufferAllocator {
48 HWCBufferAllocator();
49 ~HWCBufferAllocator();
hwc_buffer_allocator.cpp 39 #define __CLASS__ "HWCBufferAllocator"
42 HWCBufferAllocator::HWCBufferAllocator() {
55 HWCBufferAllocator::~HWCBufferAllocator() {
61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
101 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
113 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width,
119 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format,
133 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_buffer_allocator.h 46 class HWCBufferAllocator : public BufferAllocator {
48 HWCBufferAllocator();
49 ~HWCBufferAllocator();
hwc_buffer_allocator.cpp 39 #define __CLASS__ "HWCBufferAllocator"
42 HWCBufferAllocator::HWCBufferAllocator() {
55 HWCBufferAllocator::~HWCBufferAllocator() {
61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) {
107 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) {
119 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width,
125 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format,
139 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info)
    [all...]

Completed in 177 milliseconds