/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
D | gpu.cpp | 82 err = mAllocCtrl->allocate(data, usage); in gralloc_alloc_buffer() 94 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage); in gralloc_alloc_buffer()
|
D | alloc_controller.cpp | 282 int IonController::allocate(alloc_data& data, int usage) in allocate() function in IonController 641 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
D | alloc_controller.cpp | 189 int IonController::allocate(alloc_data& data, int usage) in allocate() function in IonController 375 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
|
D | gpu.cpp | 80 err = mAllocCtrl->allocate(data, usage); in gralloc_alloc_buffer() 92 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage); in gralloc_alloc_buffer()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
D | gpu.cpp | 78 err = mAllocCtrl->allocate(data, usage); in gralloc_alloc_buffer() 90 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage); in gralloc_alloc_buffer()
|
D | alloc_controller.cpp | 370 int IonController::allocate(alloc_data& data, int usage) in allocate() function in IonController 736 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
D | gpu.cpp | 81 err = mAllocCtrl->allocate(data, usage); in gralloc_alloc_buffer() 93 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage); in gralloc_alloc_buffer()
|
D | alloc_controller.cpp | 282 int IonController::allocate(alloc_data& data, int usage) in allocate() function in IonController 637 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | alloc_controller.h | 44 virtual int allocate(alloc_data& data, int usage) = 0; 60 virtual int allocate(alloc_data& data, int usage);
|
D | alloc_controller.cpp | 179 int IonController::allocate(alloc_data& data, int usage) in allocate() function in IonController 367 int err = sAlloc->allocate(data, allocFlags); in alloc_buffer()
|
D | gpu.cpp | 79 err = mAllocCtrl->allocate(data, usage); in gralloc_alloc_buffer() 91 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage); in gralloc_alloc_buffer()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.h | 68 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure) = 0; 156 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 180 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 202 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 227 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
|
D | QCameraMem.cpp | 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraHeapMemory 1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraStreamMemory 1239 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraVideoMemory 1242 int rc = QCameraStreamMemory::allocate(count, size, isSecure); in allocate() 1602 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/, in allocate() function in qcamera::QCameraGrallocMemory
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayMem.h | 141 err = mAlloc->allocate(data, allocFlags); in open()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMem.h | 140 err = mAlloc->allocate(data, allocFlags); in open()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMem.h | 150 err = mAlloc->allocate(data, allocFlags); in open()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMem.h | 150 err = mAlloc->allocate(data, allocFlags); in open()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMem.h | 160 err = mAlloc->allocate(data, allocFlags); in open()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Mem.h | 105 int allocate(size_t size);
|
D | QCamera3StreamMem.cpp | 375 return mHeapMem.allocate(size); in allocateAll()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 143 decoders allocate memory \ref MAY make use of the eXternal Memory Allocation 148 allocate is heavily dependent on the size of the encoded video frames. The
|