HomeSort by relevance Sort by last modified time
    Searched full:alloc_controller_ (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.h 61 gralloc::IAllocController *alloc_controller_; member in class:sdm::HWCBufferAllocator
hwc_buffer_allocator.cpp 46 alloc_controller_ = gralloc::IAllocController::getInstance();
98 error = alloc_controller_->allocate(data, alloc_flags);
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_buffer_allocator.h 61 gralloc::IAllocController *alloc_controller_; member in class:sdm::HWCBufferAllocator
hwc_buffer_allocator.cpp 46 alloc_controller_ = gralloc::IAllocController::getInstance();
98 error = alloc_controller_->allocate(data, alloc_flags);
128 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);

Completed in 190 milliseconds